Skip to content

Commit 9b43e9b

Browse files
author
xmarchegay
committed
#25 use all available width on the dashboard
1 parent 1742460 commit 9b43e9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Controller/Admin/ProcessDashboardController.php

+1
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)