From 6accf4d857b4233cff698e602041a5126a57e940 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Julius=20H=C3=A4rtl?= Date: Tue, 4 Aug 2020 15:11:05 +0200 Subject: [PATCH] Fix default height MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- 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 2104c879dae..585204fe2b7 100644 --- a/apps/dashboard/src/App.vue +++ b/apps/dashboard/src/App.vue @@ -289,7 +289,7 @@ export default { & > .panel--content { margin: 0 16px 16px 16px; - height: 420px; + height: 445px; overflow: auto; } } -- 2.39.5