From d272144efbe1e5ecff1eafe0ccb6ac56eec02f9e Mon Sep 17 00:00:00 2001 From: Pranav Saxena Date: Wed, 28 Nov 2012 06:16:42 +0530 Subject: [PATCH] CLOUDSTACK-552:Quick view details for a volume displays scroll bar in place of name of the volume when the name of the volume has more no of characters --- ui/css/cloudstack3.css | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index f1675e8b9f9..7d0a6b76894 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -1449,6 +1449,7 @@ div.list-view td.state.off span { -webkit-text-shadow: 0px 1px #EAEAEA; -o-text-shadow: 0px 1px #EAEAEA; text-shadow: 0px 1px #EAEAEA; + overflow:hidden; } .quick-view-tooltip .detail-view .detail-group table td.value input[type=text] {