diff options
author | Jan C. Borchardt <hey@jancborchardt.net> | 2020-08-04 18:29:39 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2020-08-05 17:03:39 +0200 |
commit | 739914654c75860fc8c65419670be067cccdf108 (patch) | |
tree | 5196938b80cb5d592df319e7c33ead57bc8f9eed | |
parent | c97a805f1db16993b1d324db829f2302556a249d (diff) | |
download | nextcloud-server-739914654c75860fc8c65419670be067cccdf108.tar.gz nextcloud-server-739914654c75860fc8c65419670be067cccdf108.zip |
Dashboard: Fix full height of Widgets based on new component
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
-rw-r--r-- | apps/dashboard/src/App.vue | 2 |
1 files changed, 1 insertions, 1 deletions
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; } } |