FilamentF
Filament3y ago
Abi

increase spacing between hint actions

how can I increase the spacing between hint actions? I tried to use extraAttributes to add a left margin, no luck.

Action::make('View Code')->icon('heroicon-s-code')
                                    ->extraAttributes([
                                        'class' => 'ml-6'
                                    ])
CleanShot_2023-09-26_at_02.08.30.png
Was this page helpful?