fix: adjust padding-top for the first child of form-section
This commit is contained in:
parent
2d141aca75
commit
73dee055cd
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@
|
|||
}
|
||||
|
||||
.form-section > .section-body:first-child {
|
||||
padding-top: var(--padding-md);
|
||||
padding-top: 12px;
|
||||
}
|
||||
|
||||
.form-dashboard-section {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue