F
Filament3w ago
dyo

make form in modal is centered

How can I make form in modal is centered? What i've tried:
Checkbox::make('tandai')
->label('Tandai palsu')
->extraAttributes(['class' => 'flex justify-center']),
Checkbox::make('tandai')
->label('Tandai palsu')
->extraAttributes(['class' => 'flex justify-center']),
No description
3 Replies
dyo
dyoOP3w ago
can someone help me?
Mohamed Ayaou
Mohamed Ayaou3w ago
I think the classes extraAttributes are sent to the same element (inspect it for correctness) I think you need a parent element like a Group or a Grid to pass them to it the dev tools will be the key solution here You may use a custom CSS too
dyo
dyoOP3w ago
thanks for the recomendations @Mohamed Ayaou 👍

Did you find this page helpful?