Skip to content

Commit

Permalink
fix: add overflow hidden to select
Browse files Browse the repository at this point in the history
To better display select with long names inside grids
  • Loading branch information
beholdr committed Feb 22, 2024
1 parent 90e04e4 commit 82a488f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/views/select.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
:field="$field"
>
<trilist-select
style="overflow: hidden"
x-load-css="[@js(\Filament\Support\Facades\FilamentAsset::getStyleHref('filament-trilist', package: 'beholdr/filament-trilist'))]"
x-load-js="[@js(\Filament\Support\Facades\FilamentAsset::getScriptSrc('filament-trilist', package: 'beholdr/filament-trilist'))]"
x-data="{
Expand Down

0 comments on commit 82a488f

Please sign in to comment.