max_content_width
in my filament config file my 'max_content_width' => 'full', want to change this variable in my resource with "protected ?string $maxContentWidth = '7xl';" but it doesn't work
could you help thanks
2 Replies
7xl
doesn't exist in the default build... try 6xl
7xl
is there, I went too fast
I think the $maxContentWidth
property goes on the page class (e.g. EditItem
), not the resourcety