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", }, });