From b5d8fc9666a5a7bca5316113fda30feebca492c1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Herbinet?= <33763786+Jerome-Herbinet@users.noreply.github.com> Date: Thu, 22 Sep 2022 15:23:03 +0200 Subject: [PATCH] DashBoard : Allow up to 5 widgets side by side MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Herbinet Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> --- apps/dashboard/src/DashboardApp.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dashboard/src/DashboardApp.vue b/apps/dashboard/src/DashboardApp.vue index 3c13278f0d4..6d7288b69f4 100644 --- a/apps/dashboard/src/DashboardApp.vue +++ b/apps/dashboard/src/DashboardApp.vue @@ -441,7 +441,7 @@ export default { .panels { width: auto; margin: auto; - max-width: 1500px; + max-width: 1800px; display: flex; justify-content: center; flex-direction: row; -- 2.39.5