]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: Fix for CrushMap viewer items getting compressed vertically 36871/head
authorNizamudeen A <nia@redhat.com>
Tue, 4 Aug 2020 08:45:45 +0000 (14:15 +0530)
committerLaura Paduano <lpaduano@suse.com>
Fri, 28 Aug 2020 09:34:34 +0000 (11:34 +0200)
Intents to fix the crushmap viewer tree children getting compressed vertically when more osd's are added.

Fixes: https://tracker.ceph.com/issues/46826
Signed-off-by: Nizamudeen A <nia@redhat.com>
(cherry picked from commit 166681df08e01e85617885f492d665a74486ab8f)

src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/crushmap/crushmap.component.scss

index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..629646246dbebba602a08ce664ed353598605932 100644 (file)
@@ -0,0 +1,7 @@
+::ng-deep tree-root {
+  tree-viewport {
+    div:first-child {
+      height: unset !important;
+    }
+  }
+}