From 54af23c8380fb43a066e247d6bb7c2b2a425cb09 Mon Sep 17 00:00:00 2001 From: Iris Scholten Date: Tue, 9 Oct 2018 13:30:27 -0700 Subject: [PATCH] Make loading dots visible on graphs in ceo and de --- ui/src/style/pages/dashboards.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/style/pages/dashboards.scss b/ui/src/style/pages/dashboards.scss index 566cddf6f..9f69988d5 100644 --- a/ui/src/style/pages/dashboards.scss +++ b/ui/src/style/pages/dashboards.scss @@ -480,7 +480,7 @@ $dash-graph--heading-name-z: $dash-graph--heading-dragger-z + 1; .graph-panel__refreshing { position: absolute; - top: -18px !important; + top: -1px !important; transform: translate(0, 0); right: 50%; transform: translateX(50%);