From 2b05e7f413f5cc13a142292c4557f691fc1fba45 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Fri, 18 Feb 2022 10:58:53 +0000 Subject: dashboard: make graphs fit on the page If we pass width: 100%, they overflow the page and force the user to scroll it. Otherwise, the graph nicely fits the screen. --- dashboard/app/static/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/dashboard/app/static/style.css b/dashboard/app/static/style.css index 27945b3ad..870d6729f 100644 --- a/dashboard/app/static/style.css +++ b/dashboard/app/static/style.css @@ -261,6 +261,5 @@ aside { } #graph_div { - width: 100%; height: 85vh; } -- cgit mrf-deployment