Skip to content

Commit e4953bf

Browse files
committed
Fixed whitespace-nowrap in tailwind cell.
1 parent db2d42f commit e4953bf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ All notable changes to `laravel-livewire-tables` will be documented in this file
1010

1111
### Changed
1212

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)
1415

1516
### Removed
1617

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
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']) }}>
22
{{ $slot }}
33
</td>

0 commit comments

Comments
 (0)