]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: Fix for CrushMap viewer items getting compressed vertically 36445/head
authorNizamudeen A <nia@redhat.com>
Tue, 4 Aug 2020 08:45:45 +0000 (14:15 +0530)
committerNizamudeen A <nia@redhat.com>
Tue, 4 Aug 2020 09:58:21 +0000 (15:28 +0530)
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>
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;
+    }
+  }
+}