Skip to content

Commit

Permalink
Merge branch 'pr/14812' into 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin committed Dec 5, 2024
2 parents 6f8f00d + cf7f627 commit 1892d12
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
$attributes
->merge($getExtraAttributes(), escape: false)
->class([
'fi-ta-select',
'fi-ta-select w-full min-w-48',
'px-3 py-4' => ! $isInline(),
])
}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
$attributes
->merge($getExtraAttributes(), escape: false)
->class([
'fi-ta-text-input',
'fi-ta-text-input w-full min-w-48',
'px-3 py-4' => ! $isInline(),
])
}}
Expand Down
2 changes: 1 addition & 1 deletion packages/tables/resources/views/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,7 @@ class="fi-ta-actions-header-cell w-1"
<x-filament-tables::cell
@class([
'fi-table-individual-search-cell-' . str($column->getName())->camel()->kebab(),
'px-3 py-2',
'min-w-48 px-3 py-2',
])
>
@if ($column->isIndividuallySearchable())
Expand Down

0 comments on commit 1892d12

Please sign in to comment.