From 74bc707cad21e985cd943c362f5c31a5edc41b07 Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Tue, 6 Mar 2012 11:02:39 -0800 Subject: [PATCH] bug 14044 Reduce width of level bar to prevent '100%' capacity text from wrapping status 14044: resolved fixed --- 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 df7aa95ed1b..17965696c63 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -3948,7 +3948,7 @@ Dialogs*/ } .system-chart.dashboard.admin .dashboard-container .stats .chart { - width: 242px; + width: 216px; } /** Compute*/