]> source.dussan.org Git - nextcloud-server.git/commitdiff
Dashboard: Fix full height of Widgets based on new component
authorJan C. Borchardt <hey@jancborchardt.net>
Tue, 4 Aug 2020 16:29:39 +0000 (18:29 +0200)
committerJulius Härtl <jus@bitgrid.net>
Wed, 5 Aug 2020 15:03:39 +0000 (17:03 +0200)
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
apps/dashboard/src/App.vue

index 76d05998a55bae8f17ad9eb4acf5d8f36ec78f17..7dcaff47825cfbb6f7260c94ad07671fc29a7ca9 100644 (file)
@@ -314,7 +314,7 @@ export default {
 
                & > .panel--content {
                        margin: 0 16px 16px 16px;
-                       height: 445px;
+                       height: 420px;
                        overflow: auto;
                }
        }