diff --git a/resources/css/components/fieldtypes/section.css b/resources/css/components/fieldtypes/section.css index dca53e719f..5600d19185 100644 --- a/resources/css/components/fieldtypes/section.css +++ b/resources/css/components/fieldtypes/section.css @@ -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 {