Unnecessary space
Can this space marked in red be removed without having to use a theme?

Solution:Jump to solution
maybe
$panel->maxContentWidth(MaxWidth::Full)
?
https://filamentphp.com/docs/3.x/panels/configuration#customizing-the-maximum-content-width...4 Replies
Solution
maybe
$panel->maxContentWidth(MaxWidth::Full)
?
https://filamentphp.com/docs/3.x/panels/configuration#customizing-the-maximum-content-widthin the AdminPanelProvider?
yes
Thanks, I'll check it out and tell you how the experience was.
Thanks to the recommendation you gave me, I was able to solve my problem, now everything looks just as I want, thank you very much again.