Skip to content

Commit

Permalink
Change MaxWidth
Browse files Browse the repository at this point in the history
  • Loading branch information
notAreYouScared committed Oct 19, 2024
1 parent a9b369f commit e7dca74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/Providers/Filament/AppPanelProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
use Filament\Navigation\MenuItem;
use Filament\Panel;
use Filament\PanelProvider;
use Filament\Support\Enums\MaxWidth;
use Filament\Support\Facades\FilamentAsset;
use Filament\Widgets;
use Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse;
Expand Down Expand Up @@ -38,6 +39,7 @@ public function panel(Panel $panel): Panel
->topNavigation(config('panel.filament.top-navigation', true))
->tenant(Server::class)
->spa()
->maxContentWidth(MaxWidth::ScreenTwoExtraLarge)
->discoverResources(in: app_path('Filament/App/Resources'), for: 'App\\Filament\\App\\Resources')
->discoverPages(in: app_path('Filament/App/Pages'), for: 'App\\Filament\\App\\Pages')
->pages([
Expand Down

0 comments on commit e7dca74

Please sign in to comment.