File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to `laravel-livewire-tables` will be documented in this file
4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 1.2.1] - 2021-04-22
8
+
9
+ ### Changed
10
+
11
+ - Remove padding from bootstrap container to keep it flush with sides like Tailwind
12
+
7
13
## [ 1.2.0] - 2021-04-22
8
14
9
15
### Added
Original file line number Diff line number Diff line change 10
10
wire:poll =" {{ $refresh } }"
11
11
@endif
12
12
@endif
13
- class =" container-fluid"
13
+ class =" container-fluid p-0 "
14
14
>
15
15
@include (' livewire-tables::bootstrap-4.includes.offline' )
16
16
@include (' livewire-tables::bootstrap-4.includes.sorting-pills' )
Original file line number Diff line number Diff line change 10
10
wire:poll =" {{ $refresh } }"
11
11
@endif
12
12
@endif
13
- class =" container-fluid"
13
+ class =" container-fluid p-0 "
14
14
>
15
15
@include (' livewire-tables::bootstrap-5.includes.offline' )
16
16
@include (' livewire-tables::bootstrap-5.includes.sorting-pills' )
You can’t perform that action at this time.
0 commit comments