Change fi-section class "p-6" to "pt-6"
I have a table widget with a custom blade-view to add tabs. I added filament sections - now I want to change a class of the section from "p-6" to "pt-6" to have the table "fullscreen" in the widget without a padding.
But how?
6 Replies
moreover it would be nice that the table wont have a round border at the top
But how?Create a theme and add some CSS to target that table
no other way to do this?
Than... I have to look how to do this. Its my first time working with laravel and filament and my coding knowlegde is still at the beginning 😄
But there’s no other way to do it. It’s just the nature of how tailwind works.