bug 13731

Add scrollbars and reduce width of tree view, to prevent large
subdomain lists from being unselectable
This commit is contained in:
Brian Federle 2012-02-21 11:35:24 -08:00
parent c63e353385
commit fc4c5f106f
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;
}