From 739914654c75860fc8c65419670be067cccdf108 Mon Sep 17 00:00:00 2001 From: "Jan C. Borchardt" Date: Tue, 4 Aug 2020 18:29:39 +0200 Subject: [PATCH] Dashboard: Fix full height of Widgets based on new component Signed-off-by: Jan C. Borchardt --- apps/dashboard/src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dashboard/src/App.vue b/apps/dashboard/src/App.vue index 76d05998a55..7dcaff47825 100644 --- a/apps/dashboard/src/App.vue +++ b/apps/dashboard/src/App.vue @@ -314,7 +314,7 @@ export default { & > .panel--content { margin: 0 16px 16px 16px; - height: 445px; + height: 420px; overflow: auto; } } -- 2.39.5