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:Jump to 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".
3 Replies
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
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".
Thank you