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 status 13731: resolved fixed reviewed-by: jessica
This commit is contained in:
parent
162a556350
commit
3466a2b31e
|
|
@ -6102,7 +6102,8 @@ label.error {
|
|||
|
||||
/*Tree view*/
|
||||
.tree-view {
|
||||
height: 100%;
|
||||
width: 24%;
|
||||
height: 98%;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue