Enable horizontal scrolling in the treeview. Fixes #2339

pull/5/head
Khushboo Vashi 2017-04-21 10:00:22 +01:00 committed by Dave Page
parent 70832286bc
commit 618d9bc7a9
1 changed files with 4 additions and 0 deletions

View File

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