From bfe3579b4ecd491727a886887dd0688a483e32f2 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi <256895@studenti.unimore.it> Date: Fri, 7 May 2021 03:23:45 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Set=20dashboard=20column=20width?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/frontend/src/routes/PageDashboard.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/code/frontend/src/routes/PageDashboard.module.css b/code/frontend/src/routes/PageDashboard.module.css index 48a6af6..f383f89 100644 --- a/code/frontend/src/routes/PageDashboard.module.css +++ b/code/frontend/src/routes/PageDashboard.module.css @@ -8,6 +8,7 @@ "b e" "b f" ; + grid-template-columns: 400px 1fr; grid-template-rows: auto auto auto 1fr auto; grid-gap: 10px;