F
Filament9mo ago
slamx_

Setup Section width

Is it possible to setup a width for the first Section inside the Split View Component?
5 Replies
LeandroFerreira
LeandroFerreira9mo ago
what is the goal?
slamx_
slamx_OP9mo ago
to build up detailed layouts easy
LeandroFerreira
LeandroFerreira9mo ago
Are you using grow(false) in the second section?
slamx_
slamx_OP9mo ago
Yes but if you use a TagInput for example, after a few Tags the width also grow
LeandroFerreira
LeandroFerreira9mo ago
try ->extraAttributes(['style' => 'max-width:300px'])

Did you find this page helpful?