FilamentF
Filament2y ago
Ayz

how to customize fi-sidebar-nav-groups

To reduce the spacing between the NavigationGroup's label and regular navigation items's label, I need "gap-y-7" changed to "gap-y-2" in "fi-sidebar-nav-groups".

So in resources/css/app.css, I have tried:

.fi-sidebar-nav-groups {
row-gap: 0.5rem !important;
}

Also tried using @apply gap-y-2 !important;

Neither makes a difference. What is the right way to do it?
Was this page helpful?