mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 13:14:45 +02:00
Force width (#798)
This commit is contained in:
parent
9716b1e64d
commit
c953b97009
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user