FilamentF
Filament11mo ago
jigsaw

Remove padding and border from table in resource

Hello, I want to remove padding and border from a table. The table is in a FilamentPHP resource class. Is it possible? Also, I'd like to preserve styles in other resource classes
Solution
Check the html in dev tools. There will be be a class higher up the tree like fi-list-resource-<model> you can use that to target based on resources and specific resource pages.
Was this page helpful?