Skip to content

Commit

Permalink
Update select.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin committed Mar 1, 2024
1 parent 28c4d91 commit 3c58d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/forms/resources/views/components/select.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
'multiple' => $isMultiple(),
], escape: false)
->class([
"w-full rounded-lg border-none bg-transparent h-9",
'h-9 w-full rounded-lg border-none bg-transparent',
])
}}
></select>
Expand Down

0 comments on commit 3c58d1f

Please sign in to comment.