From bf0ba26698a0ecae040292f66c1bccb7018c7d61 Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Thu, 8 Dec 2011 15:28:33 -0800 Subject: [PATCH] Fix zone chart overflow --- ui/css/cloudstack3.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 3d933e155fe..15bb9aab163 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -3509,7 +3509,7 @@ Dialogs*/ .system-chart-view { width: 100%; - height: auto; + height: 589px; overflow: auto; font-weight: normal; margin-top: 0;