mirror of https://github.com/apache/cloudstack.git
bug 13731
Add scrollbars and reduce width of tree view, to prevent large subdomain lists from being unselectable
This commit is contained in:
parent
c63e353385
commit
fc4c5f106f
|
|
@ -6102,7 +6102,8 @@ label.error {
|
|||
|
||||
/*Tree view*/
|
||||
.tree-view {
|
||||
height: 100%;
|
||||
width: 24%;
|
||||
height: 98%;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue