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.
Jump to solution
6 Replies
awcodes
awcodes4w ago
It’s possible with a custom theme and some css.
jigsaw
jigsawOP4w ago
How can I point to a specific resource class? @awcodes
Solution
awcodes
awcodes4w ago
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.
awcodes
awcodes4w ago
Iirc it’s on the same element with the fi-page class.
jigsaw
jigsawOP4w ago
Thank you. Will mark as solved when I'm done

Did you find this page helpful?