How to remove whitespace from groupAction?
Hello! Can someone help me to remove whitespace from a groupAction in a resource table? As you can see on the photo, at the right there is a bigger padding than on the left. If i remove label, filament adds default label - "Actions". Thanks!
4 Replies
not sure which class but you can use extraAttributes method
can i do something like a extraStyle? to add native css?
or maybe i can somehow remove some style classes
extraAttributes(['class' => 'px1'])
i think you can use like this, or change class to style and write inline CSS. i think both will work
Solution
this workes!