Toggle filter inline layout when using FiltersLayout::AboveContent

When using toggle filters that are using the AboveContent layout, is there a way to make them so they are not inline? The design does not look good when next to select filters (see attached screenshot)
Filter::make('option_1')->toggle(),
Filter::make('option_2')->toggle(),
], layout: \Filament\Tables\Enums\FiltersLayout::AboveContent)
Filter::make('option_1')->toggle(),
Filter::make('option_2')->toggle(),
], layout: \Filament\Tables\Enums\FiltersLayout::AboveContent)
->inline(false) does not appear to work here?
No description
1 Reply
Want results from more Discord servers?
Add your server