Ensure the treeview can be scrolled horizontally. Fixes #2339

This commit is contained in:
Khushboo Vashi 2017-04-18 14:01:13 +01:00 committed by Dave Page
parent a3007b7335
commit 78c25cef21

View File

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