How to increase Register Page White box width?
I tried the following:
- subclass Register and add protected ?string $maxContentWidth = 'full'; Then use my Register class in the Panel registration
- override the register blade view and do (added a w-full class)
But the register page white box width is still the same
7 Replies
I'm trying to do the same, did you find out a solution ?
I think the simplest options is adding some custom CSS on
.fi-simple-main
I'm doing that until I found a better solution yep π
You can also override just this Blade view from the core:
vendor/filament/filament/resources/views/components/layout/simple.blade.php
But personally, I think the CSS is the better option π€
Yes! Better than overwritting
I override the view in the end
i tried to add some extra classes but it didn't work i think
You can try with scss using the @apply to add classes like this:
If you have overridden the file make sure the path is correct, for example for login it should be resources/views/vendor/filament-panels/pages/auth/login.blade.php