F
Filament6mo ago
Jessy

Width of create and edit forms

Hi everyone, I'm new to Filament and can't seem to figure out how to make the edit and create forms be wider. The tables are full width (8 cols) but I can't seem to get the same with the forms. What am I missing here?
No description
Solution:
use ```php return $form ->columns(1) ->schema([...])...
Jump to solution
2 Replies
Solution
LeandroFerreira
LeandroFerreira6mo ago
use
return $form
->columns(1)
->schema([...])
return $form
->columns(1)
->schema([...])
Jessy
JessyOP6mo ago
Amazing, thank you.
Want results from more Discord servers?
Add your server