Skip to content

Commit 795e2da

Browse files
committed
Remove default padding on bootstrap tables
1 parent 9f383c0 commit 795e2da

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ All notable changes to `laravel-livewire-tables` will be documented in this file
88

99
- Ability to disable pagination (https://github.com/rappasoft/laravel-livewire-tables/pull/222)
1010

11+
### Changed
12+
13+
- Removed default padding on bootstrap tables
14+
- Clarified where rowView looks in read me
15+
1116
## [1.1.0] - 2021-04-21
1217

1318
### Added

resources/views/bootstrap-4/datatable.blade.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
wire:poll="{{ $refresh }}"
1111
@endif
1212
@endif
13-
class="container-fluid"
1413
>
1514
@include('livewire-tables::bootstrap-4.includes.offline')
1615
@include('livewire-tables::bootstrap-4.includes.sorting-pills')

resources/views/bootstrap-5/datatable.blade.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
wire:poll="{{ $refresh }}"
1111
@endif
1212
@endif
13-
class="container-fluid"
1413
>
1514
@include('livewire-tables::bootstrap-5.includes.offline')
1615
@include('livewire-tables::bootstrap-5.includes.sorting-pills')

0 commit comments

Comments
 (0)