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?
2 Replies
Here's the actions without fullWidth method.
->extraAttributes(['class' => 'w-full'])
?