can you tell me how add css property in action button in resources/createpage
Actions\CreateAction::make()
->label('create')
->extraAttributes([
'class' => 'float-right',
]),
this is my code i want that button float in right for that i write class float-right
but it doesnot work