Miguel García
How can I change the width of individual statsoverview stats?
I'd recommend to customise the widget's grid :
https://filamentphp.com/docs/3.x/panels/dashboard#customizing-the-widgets-grid
Then set how many grid columns are used to display widgets in your new (dashboard) page
Finally, create as many overview widgets as you need with one stat each and set their column spam as you wish
7 replies
Navigation item bottom
A css solution would be:
- use the navigatioSort to push/sort the latest pages/resources (Mis compras y Hablamos) to the bottom of the list,
- then use css to make 100 height all elements below the main aside item (using flex utilities for instance),
- and then apply margin-top: auto to the nth li item (page/resource) that you wan to push to the bottom
This css code should do the trick, but use it at your own risk, this might break your side menu if you add more groups, clusters, ... (not sure) or other side menus (if any):
11 replies
My Bulkaction buttons do not fit in the table, can we add scroll?
https://filamentphp.com/docs/3.x/support/style-customization
https://filamentphp.com/docs/3.x/support/assets#registering-css-files
12 replies