Enable horizontal scrolling in the treeview. Fixes #2339
parent
70832286bc
commit
618d9bc7a9
|
@ -45,3 +45,7 @@
|
|||
.pgadmin-node-select option {
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
.aciTree .aciTreeLi div.aciTreeLine {
|
||||
display: table !important;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue