From 62d71af8ce2a305e3ffbc131ddc4f729221662cd Mon Sep 17 00:00:00 2001 From: Casey Dwyer Date: Mon, 9 Oct 2023 14:31:01 -0500 Subject: [PATCH] shift `mt-0` into first-child, where it belongs --- resources/css/components/fieldtypes/section.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {