Force width (#798)

This commit is contained in:
MartinOscar 2024-12-08 20:27:16 +01:00 committed by GitHub
parent 9716b1e64d
commit c953b97009
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,7 +42,7 @@ class PanelInstaller extends SimplePage implements HasForms
public function getMaxWidth(): MaxWidth|string public function getMaxWidth(): MaxWidth|string
{ {
return config('panel.filament.display-width', 'screen-2xl'); return MaxWidth::SevenExtraLarge;
} }
public static function isInstalled(): bool public static function isInstalled(): bool