F
Filament13mo ago
Matthew

How can I have MaxWidth::Full just on the form and not the whole page?

4 Replies
Matthew
MatthewOP13mo ago
bump
awcodes
awcodes13mo ago
I don’t think you can. You’d have to target the form with css and apply the max width there.
Matthew
MatthewOP13mo ago
I tried using the extra attributes callback and setting ['width' => '100%'] but it didn't work
awcodes
awcodes13mo ago
Try [‘max-width’ => ‘100%’]

Did you find this page helpful?