Delete action inside modal - alignment
Did anyone succeed in achieving this kind of layout?
I'm tryinf to add delete action inside the edit modal, and I want it like it's in the picture, but I can't get it to be like that.

Solution:Jump to solution
```php
Action::make('yourAction')
...
->modalCancelAction(false)
->extraModalFooterActions([...
3 Replies