filamentphp / filament

A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS.
https://filamentphp.com
MIT License
19.3k stars 2.96k forks source link

after v3.1.23 Table content is overflowing #10517

Closed danieladarve closed 10 months ago

danieladarve commented 10 months ago

Package

filament/filament

Package Version

v3.1.29

Laravel Version

v10.38.1

Livewire Version

No response

PHP Version

PHP 8.2.12

Problem description

Tables overflow in screen Screenshot 2023-12-27 at 11 21 59 am

Due to this PR on v3.1.23 https://github.com/filamentphp/filament/pull/10290

Expected behavior

table should not overflow ![Screenshot 2023-12-27 at 1 00 04 pm](Screenshot 2023-12-27 at 1 11 53 pm)

Steps to reproduce

upgrade any version above v3.1.23

Reproduction repository

https://github.com/danieladarve/filament

Relevant log output

No response

danharrin commented 10 months ago

Closing this as the reproduction repository does not follow instructions

danharrin commented 10 months ago

Fixed by #10636.