From c953b97009ed99c74b7fdfa256d16413fb5f110a Mon Sep 17 00:00:00 2001 From: MartinOscar <40749467+RMartinOscar@users.noreply.github.com> Date: Sun, 8 Dec 2024 20:27:16 +0100 Subject: [PATCH] Force width (#798) --- app/Livewire/Installer/PanelInstaller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Livewire/Installer/PanelInstaller.php b/app/Livewire/Installer/PanelInstaller.php index e37ac3fe8..c55b2e8c4 100644 --- a/app/Livewire/Installer/PanelInstaller.php +++ b/app/Livewire/Installer/PanelInstaller.php @@ -42,7 +42,7 @@ class PanelInstaller extends SimplePage implements HasForms public function getMaxWidth(): MaxWidth|string { - return config('panel.filament.display-width', 'screen-2xl'); + return MaxWidth::SevenExtraLarge; } public static function isInstalled(): bool