Compact layout setting?

Is there a global setting that changes the margin/padding of items to a more 'compact' theme? If so, how do I set it?
Solution:
You can explain that "Filament doesn’t have a single global “compact mode” setting", but you can "globally adjust spacing (padding/margin) using custom themes and CSS utilities".
Jump to solution
3 Replies
Oscar Carvajal Mora
Assuming that you refer to Filament v4, the best approach to handle global UI customization is to creating a custom theme. And when you customize your theme, you should always use Filament CSS Hooks in order to avoid any breaking changes in future releases. Hope it helps!
Solution
Kevin_Ros
Kevin_Ros3w ago
You can explain that "Filament doesn’t have a single global “compact mode” setting", but you can "globally adjust spacing (padding/margin) using custom themes and CSS utilities".
keiron
keironOP2w ago
Thank you

Did you find this page helpful?