Skip to content

Commit

Permalink
shift mt-0 into first-child, where it belongs
Browse files Browse the repository at this point in the history
  • Loading branch information
caseydwyer committed Oct 9, 2023
1 parent 99cb136 commit 62d71af
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 62d71af

Please sign in to comment.