Skip to content

Commit

Permalink
[4.x] Bug: Fix Section fieldtype first-child's top-margin (#8822)
Browse files Browse the repository at this point in the history
  • Loading branch information
caseydwyer authored Oct 9, 2023
1 parent 99cb136 commit 5185caa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/css/components/fieldtypes/section.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
&.form-group {
position: relative;
&:first-child {
@apply rounded-t-md border-t-0;
@apply mt-0 rounded-t-md border-t-0;
}

&:last-child {
@apply rounded-b-md mt-0;
@apply rounded-b-md;
}

.field-inner > label {
Expand Down

0 comments on commit 5185caa

Please sign in to comment.