File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ class="container-fluid p-0"
23
23
@include (' livewire-tables::bootstrap-4.includes.search' )
24
24
25
25
@if ($filtersEnabled && $showFilterDropdown )
26
- <div class =" {{ $showSearch ? ' ml-0 ml-md-3 ' : ' ' } } mb-3 mb-md-0" >
26
+ <div class =" {{ $showSearch ? ' ml-0 ml-md-2 ' : ' ' } } mb-3 mb-md-0" >
27
27
@include (' livewire-tables::bootstrap-4.includes.filters' )
28
28
</div >
29
29
@endif
Original file line number Diff line number Diff line change 4
4
x-data =" { open: false }"
5
5
x-on:keydown.escape.stop =" open = false"
6
6
x-on:mousedown.away =" open = false"
7
- class =" dropdown mb-3 mb-md-0 pl-0 pl-md-3 d-block d-md-inline"
7
+ class =" dropdown mb-3 mb-md-0 pl-0 pl-md-2 d-block d-md-inline"
8
8
>
9
9
<button
10
10
x-on:click =" open = !open"
Original file line number Diff line number Diff line change 1
1
@if ($paginationEnabled && $showPerPage )
2
- <div class =" ml-0 ml-md-3 " >
2
+ <div class =" ml-0 ml-md-2 " >
3
3
<select
4
4
wire:model =" perPage"
5
5
id =" perPage"
Original file line number Diff line number Diff line change 1
1
@if ($reorderEnabled )
2
- <div class =" mr-0 mr-md-3 mb-3 mb-md-0" >
2
+ <div class =" mr-0 mr-md-2 mb-3 mb-md-0" >
3
3
<button
4
4
wire:click =" {{ $reordering ? ' disableReordering' : ' enableReordering' } }"
5
5
type =" button"
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ class="container-fluid p-0"
23
23
@include (' livewire-tables::bootstrap-5.includes.search' )
24
24
25
25
@if ($filtersEnabled && $showFilterDropdown )
26
- <div class =" {{ $showSearch ? ' ms-0 ms-md-3 ' : ' ' } } mb-3 mb-md-0" >
26
+ <div class =" {{ $showSearch ? ' ms-0 ms-md-2 ' : ' ' } } mb-3 mb-md-0" >
27
27
@include (' livewire-tables::bootstrap-5.includes.filters' )
28
28
</div >
29
29
@endif
Original file line number Diff line number Diff line change 4
4
x-data =" { open: false }"
5
5
x-on:keydown.escape.stop =" open = false"
6
6
x-on:mousedown.away =" open = false"
7
- class =" dropdown mb-3 mb-md-0 md-0 ms-md-3 d-block d-md-inline"
7
+ class =" dropdown mb-3 mb-md-0 md-0 ms-md-2 d-block d-md-inline"
8
8
>
9
9
<button
10
10
x-on:click =" open = !open"
Original file line number Diff line number Diff line change 1
1
@if ($paginationEnabled && $showPerPage )
2
- <div class =" ms-0 ms-md-3 " >
2
+ <div class =" ms-0 ms-md-2 " >
3
3
<select
4
4
wire:model =" perPage"
5
5
id =" perPage"
Original file line number Diff line number Diff line change 1
1
@if ($reorderEnabled )
2
- <div class =" me-0 me-md-3 mb-3 mb-md-0" >
2
+ <div class =" me-0 me-md-2 mb-3 mb-md-0" >
3
3
<button
4
4
wire:click =" {{ $reordering ? ' disableReordering' : ' enableReordering' } }"
5
5
type =" button"
You can’t perform that action at this time.
0 commit comments