From ea71779ec147ef01cbe20396c1b760e92d422e0a Mon Sep 17 00:00:00 2001 From: Josh Hanley Date: Thu, 25 Jun 2026 09:53:00 +1000 Subject: [PATCH] Fix description-only field spacing --- stubs/resources/views/flux/field.blade.php | 1 + 1 file changed, 1 insertion(+) diff --git a/stubs/resources/views/flux/field.blade.php b/stubs/resources/views/flux/field.blade.php index a70346fe..7d624415 100644 --- a/stubs/resources/views/flux/field.blade.php +++ b/stubs/resources/views/flux/field.blade.php @@ -33,6 +33,7 @@ default => [ // Adjust spacing around description... '[&>[data-flux-label]+[data-flux-description]]:mt-0', '[&>[data-flux-label]+[data-flux-description]]:mb-3', + '[&>[data-flux-description]:first-child:has(+*)]:mb-3', '[&>*:not([data-flux-label])+[data-flux-description]]:mt-3', ], 'bare' => '',