Skip to content

Commit

Permalink
chore: improve form section group styling
Browse files Browse the repository at this point in the history
  • Loading branch information
SychO9 committed Nov 23, 2024
1 parent 770feab commit e1c82a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions framework/core/less/admin/FormSectionGroup.less
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
flex-wrap: wrap;
}

.FormSectionGroup:not(:first-child) {
margin-top: 1.2rem;
}

.FormSection {
--gap: 24px;
display: inline-grid;
Expand Down

0 comments on commit e1c82a1

Please sign in to comment.