From: Julius Härtl Date: Tue, 4 Aug 2020 13:11:05 +0000 (+0200) Subject: Fix default height X-Git-Tag: v20.0.0beta1~122^2~10 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6accf4d857b4233cff698e602041a5126a57e940;p=nextcloud-server.git Fix default height Signed-off-by: Julius Härtl --- 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; } }