From 243b20f0fd4061c12441a90b178c8be06dee28b6 Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Mon, 25 Feb 2013 11:44:59 -0800 Subject: [PATCH] Prevent wrapping of 'view all' button --- 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 b0a7120ec9f..c3313d6eebd 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -1744,7 +1744,7 @@ div.list-view td.state.off span { position: relative; top: 9px; float: left; - width: 291px; + width: 245px; } .detail-group .main-groups table td.value .view-all {