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