Revert "Ensure the treeview can be scrolled horizontally. Fixes #2339"

This reverts commit 78c25cef21 which apparently prevents tree nodes being collapsed.
This commit is contained in:
Dave Page 2017-04-18 14:51:26 +01:00
parent 8d6add13c0
commit 9f6041b2a7

View File

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