How to stack table row actions, show as flex-direction column instead of flex-direction row
Is it possible to display a tables actions as being stacked instead of inline?
I have these table actions:
Which are displayed inline by default, but I want to show them stacked.
In my screenshot I have added
I have these table actions:
Which are displayed inline by default, but I want to show them stacked.
In my screenshot I have added
flex-direction: column; to the first fi-ta-actions element in the first row, which is what I want, while the second row is untouched.
Solution
I ended up creating a custom theme by following the docs https://filamentphp.com/docs/3.x/panels/themes#creating-a-custom-theme
And adding this css to the theme.css:
And adding this css to the theme.css: