F
Filament12mo ago
Darnes

How can customize table row height , padding ?

I try to change the row height of filament table but I do not see any thing about it in document .
Solution:
Just add basic custom css? I used: ```css .fi-ta-ctn .py-4 { padding-top: .5rem !important;...
Jump to solution
5 Replies
Solution
toeknee
toeknee12mo ago
Just add basic custom css? I used:
.fi-ta-ctn .py-4 {
padding-top: .5rem !important;
padding-bottom: .5rem !important;
}
.fi-ta-ctn .py-4 {
padding-top: .5rem !important;
padding-bottom: .5rem !important;
}
Darnes
DarnesOP12mo ago
please where I put this css
toeknee
toeknee12mo ago
To your stylesheet? you'll need to theme it so you get a custom stylesheet: https://filamentphp.com/docs/3.x/panels/themes
toeknee
toeknee12mo ago
then the .css file is in: reources/css/filament/app/theme.css (replacing app) with whatever your applciation name spacing uses.
Darnes
DarnesOP12mo ago
ohoooo very nice , I do it . I am very thank
Want results from more Discord servers?
Add your server