fix: adjust padding-top for the first child of form-section

This commit is contained in:
Saqib Ansari 2026-01-01 12:25:14 +05:30
parent 2d141aca75
commit 73dee055cd

View file

@ -129,7 +129,7 @@
}
.form-section > .section-body:first-child {
padding-top: var(--padding-md);
padding-top: 12px;
}
.form-dashboard-section {