diff --git a/app/Http/Livewire/Tables/LibraryItemTable.php b/app/Http/Livewire/Tables/LibraryItemTable.php index 9a5c7ff7..a2c12102 100644 --- a/app/Http/Livewire/Tables/LibraryItemTable.php +++ b/app/Http/Livewire/Tables/LibraryItemTable.php @@ -136,11 +136,13 @@ class LibraryItemTable extends DataTableComponent .''; }) ->html() - ->sortable(), + ->sortable() + ->collapseOnMobile(), Column::make("Tags") ->label( fn($row, Column $column) => view('columns.library_items.tags')->withRow($row) - ), + ) + ->collapseOnMobile(), Column::make('') ->label( fn($row, Column $column) => view('columns.library_items.action')->withRow($row) diff --git a/resources/views/columns/library_items/action.blade.php b/resources/views/columns/library_items/action.blade.php index dec9035c..d04a2aa9 100644 --- a/resources/views/columns/library_items/action.blade.php +++ b/resources/views/columns/library_items/action.blade.php @@ -1,4 +1,4 @@ -