#Remove padding and border from table in resource

8 messages · Page 1 of 1 (latest)

novel scroll
#

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

obtuse plankBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

pale sphinx
#

It’s possible with a custom theme and some css.

novel scroll
#

How can I point to a specific resource class? @pale sphinx

pale sphinx
#

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.

#

Iirc it’s on the same element with the fi-page class.

novel scroll
#

Thank you. Will mark as solved when I'm done