Skip to content

Commit

Permalink
Set column width on grid
Browse files Browse the repository at this point in the history
  • Loading branch information
zepfietje committed Jun 8, 2024
1 parent c8f13f3 commit 56063ca
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@

<div
@class([
'grid gap-y-2',
'grid auto-cols-fr gap-y-2',
'sm:col-span-2' => $hasInlineLabel,
])
>
Expand All @@ -123,7 +123,6 @@
Alignment::Right => 'text-right',
default => $alignment,
},
'min-w-0',
])
>
@if ($url)
Expand Down

0 comments on commit 56063ca

Please sign in to comment.