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.
extraAttributesAction::make('View Code')->icon('heroicon-s-code')
->extraAttributes([
'class' => 'ml-6'
])