File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
resources/views/tailwind/components/table Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ All notable changes to `laravel-livewire-tables` will be documented in this file
10
10
11
11
### Changed
12
12
13
- - Added row count when pagination is disabled. (https://github.com/rappasoft/laravel-livewire-tables/pull/239 )
13
+ - Added row count when pagination is disabled. (https://github.com/rappasoft/laravel-livewire-tables/pull/239 ** )
14
+ - Fixed whitespace-nowrap in tailwind cell. (https://github.com/rappasoft/laravel-livewire-tables/issues/240 )
14
15
15
16
### Removed
16
17
Original file line number Diff line number Diff line change 1
- <td {{ $attributes -> merge ([' class' => ' px-3 py-2 md:px-6 md:py-4 whitespace-no-wrap text-sm leading-5 text-gray-900' ]) } } >
1
+ <td {{ $attributes -> merge ([' class' => ' px-3 py-2 md:px-6 md:py-4 whitespace-nowrap text-sm leading-5 text-gray-900' ]) } } >
2
2
{{ $slot } }
3
3
</td >
You can’t perform that action at this time.
0 commit comments