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
This commit is contained in:
Brian Federle 2012-02-21 11:36:03 -08:00
parent 162a556350
commit 3466a2b31e
1 changed files with 2 additions and 1 deletions

View File

@ -6102,7 +6102,8 @@ label.error {
/*Tree view*/
.tree-view {
height: 100%;
width: 24%;
height: 98%;
overflow: auto;
}