File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
@if (count ($enabledFilters ) )
3
3
<div
4
4
data-cy =" enabled-filters"
5
- class =" pg-enabled-filters-base flex gap-2 items-center"
5
+ class =" pg-enabled-filters-base mb-3 flex gap-2 items-center"
6
6
>
7
7
@if (count ($enabledFilters ) > 1 )
8
8
<div class =" flex group items-center cursor-pointer" >
Original file line number Diff line number Diff line change 10
10
wire:key =" {{ $tableName } } -multi-sort-{{ $field } }"
11
11
wire:click.prevent =" sortBy('{{ $field } } ')"
12
12
title =" {{ __ (' :label :sort' , [' label' => $label , ' sort' => $sort ]) } }"
13
- class =" badge badge-sm badge-primary"
13
+ class =" badge cursor-pointer badge-sm badge-primary"
14
14
>
15
15
{{ $label } }
16
16
@if ($sort == ' desc' )
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ public function table(): array
10
10
{
11
11
return [
12
12
'layout ' => [
13
- 'base ' => 'p-3 space-y-3 align-middle inline-block min-w-full w-full sm:px-6 lg:px-8 ' ,
13
+ 'base ' => 'p-3 align-middle inline-block min-w-full w-full sm:px-6 lg:px-8 ' ,
14
14
'div ' => 'rounded-t-lg relative border-x border-t border-base-300 ' ,
15
15
'table ' => 'table table-zebra ' ,
16
16
'container ' => '-my-2 overflow-x-auto sm:-mx-3 lg:-mx-8 ' ,
You can’t perform that action at this time.
0 commit comments