From 7ad2df3e7fd01943eac9d70009d914ce7be967ab Mon Sep 17 00:00:00 2001 From: Alex <33497058+bexsoft@users.noreply.github.com> Date: Wed, 30 Mar 2022 09:14:21 -0700 Subject: [PATCH] Fixed loader for LinearGraphWidget (#1778) Signed-off-by: Benjamin Perez --- .../Dashboard/Prometheus/Widgets/LinearGraphWidget.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/portal-ui/src/screens/Console/Dashboard/Prometheus/Widgets/LinearGraphWidget.tsx b/portal-ui/src/screens/Console/Dashboard/Prometheus/Widgets/LinearGraphWidget.tsx index 650a668ba..bbacd4d43 100644 --- a/portal-ui/src/screens/Console/Dashboard/Prometheus/Widgets/LinearGraphWidget.tsx +++ b/portal-ui/src/screens/Console/Dashboard/Prometheus/Widgets/LinearGraphWidget.tsx @@ -92,7 +92,10 @@ const styles = (theme: Theme) => fontSize: 12, }, loadingAlign: { - margin: "auto", + width: 40, + height: 40, + textAlign: "center", + margin: "15px auto", }, });