From 84b2b5a477e62bbd8997b217b72afd2ee8974abf Mon Sep 17 00:00:00 2001 From: bfederle Date: Thu, 26 Jan 2012 11:20:18 -0800 Subject: [PATCH] Fix UI tab 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 c2cb99a2c32..612225d6581 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -1094,7 +1094,7 @@ div.list-view td.state.off span { .ui-tabs ul.ui-tabs-nav { margin-top: 42px; display: block; - width: 95%; + width: 100%; height: 41px; border: none; overflow: hidden;