From 81d078fb7910276f53dbf4facee0639e8f84d2ff Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Wed, 16 Oct 2013 14:44:43 -0700 Subject: [PATCH] Dashboard: Fix wrapping in IE9 --- 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 d124d1eba55..b5222cb8a5e 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -4446,7 +4446,7 @@ Dialogs*/ /**** Alerts*/ .dashboard.admin .dashboard-container.sub.alerts { float: left; - margin: 0 17px 0 0; + margin: 0 12px 0 0; height: 313px; overflow: hidden; position: relative;