From 3466a2b31ed7d429bd8835f4e580ce7ddc637188 Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Tue, 21 Feb 2012 11:36:03 -0800 Subject: [PATCH] bug 13731 Add scrollbars and reduce width of tree view, to prevent large subdomain lists from being unselectable status 13731: resolved fixed reviewed-by: jessica --- ui/css/cloudstack3.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 374363e89bb..21f5150106e 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -6102,7 +6102,8 @@ label.error { /*Tree view*/ .tree-view { - height: 100%; + width: 24%; + height: 98%; overflow: auto; }