Skip to content

Commit ebe3cb4

Browse files
xmarchegayxaviermarchegay
authored andcommitted
#25 use all available width on the dashboard
1 parent 74ebe1b commit ebe3cb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Controller/Admin/ProcessDashboardController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ public function index(): Response
4747
public function configureDashboard(): Dashboard
4848
{
4949
return Dashboard::new()
50+
->renderContentMaximized()
5051
->setTitle('<img src="'.$this->logoPath.'" />');
5152
}
5253

0 commit comments

Comments
 (0)