Occupy the entire width of the page
How could I make it fill the entire width of the page? I am in the profile.
I have used "Customize authentication functions", so I have created a customizable file
https://filamentphp.com/docs/3.x/panels/users#customizing-the-authentication-features
I have used "Customize authentication functions", so I have created a customizable file
https://filamentphp.com/docs/3.x/panels/users#customizing-the-authentication-features

Solution
I have been able to solve it by simply changing:
protected ?string $maxWidth = MaxWidth::SevenExtraLarge; to protected ?string $maxWidth = '7xl';