From e9f064da2078257d306cc05b1636c7cf2e6b1ceb Mon Sep 17 00:00:00 2001 From: Tiago Melo Date: Tue, 21 Jul 2020 20:41:46 +0000 Subject: [PATCH] mgr/dashboard: Configure overflow of popover in health page Fixes: https://tracker.ceph.com/issues/46657 Signed-off-by: Tiago Melo (cherry picked from commit b15b1fe33964ef697aa1179f69188773389aa246) Conflicts: src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/info-card/info-card-popover.scss - The order of CSS properties changed in the master. --- .../src/app/ceph/dashboard/info-card/info-card-popover.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/info-card/info-card-popover.scss b/src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/info-card/info-card-popover.scss index dcfc4a40058..7a5e5ff0c0a 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/info-card/info-card-popover.scss +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/info-card/info-card-popover.scss @@ -8,6 +8,7 @@ max-width: 100%; max-height: 19vh; font-size: 12px; + overflow: auto; } } -- 2.47.3