Enable horizontal scrolling in the treeview. Fixes #2339

This commit is contained in:
Khushboo Vashi 2017-04-21 10:00:22 +01:00 committed by Dave Page
parent 70832286bc
commit 618d9bc7a9

View File

@ -45,3 +45,7 @@
.pgadmin-node-select option {
padding-left: 20px;
}
.aciTree .aciTreeLi div.aciTreeLine {
display: table !important;
}