How can I align the 'save changes' action button to the right side?

No description
1 Reply
Ayman Alhattami
Ayman AlhattamiOP15mo ago
I found the solution, just override
$formActionsAlignment
$formActionsAlignment
in page class
namespace Filament\Pages\Page;

class ManageSettings extends Page
{
// ....
public static string $formActionsAlignment = 'end';
// ....
}
namespace Filament\Pages\Page;

class ManageSettings extends Page
{
// ....
public static string $formActionsAlignment = 'end';
// ....
}
Want results from more Discord servers?
Add your server