From 1f85124d701406a26ff5927551e6c5ab558933a9 Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Thu, 10 Oct 2013 11:42:47 -0700 Subject: [PATCH] CLOUDSTACK-4348: Fix quick view detail height --- 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 6510d0ebc52..49e35f3844f 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -1356,7 +1356,7 @@ div.list-view td.state.off span { .quick-view-tooltip .detail-view .main-groups { width: 456px; - height: 132px; + height: 152px; position: absolute; top: 55px; padding-top: 7px;