How to fullWidth Action in Infolist

Infolist Actions has a method to take the entire width of the app (https://filamentphp.com/docs/3.x/infolists/actions#defining-a-infolist-component-action), but, this method will force the childs in one line. What I want to achieve is for the childs to take the entire width. How do I achieve them?
No description
2 Replies
Bagus A
Bagus A4mo ago
Here's the actions without fullWidth method.
No description
LeandroFerreira
LeandroFerreira4mo ago
->extraAttributes(['class' => 'w-full']) ?