Hi,
Please find the attached patch to fix the RM #2339: Horizontal scrolling in
the treeview.
I wanted to change the pgadmin.css file to fix this issue but the aciTree
library is located at browser/static/vendor/, so I have included this
change in the browser/static/css/browser.css file.
Thanks,
Khushboo
diff --git a/web/pgadmin/browser/static/css/browser.css b/web/pgadmin/browser/static/css/browser.css
index 3ad1dcd..c426dda 100644
--- a/web/pgadmin/browser/static/css/browser.css
+++ b/web/pgadmin/browser/static/css/browser.css
@@ -45,3 +45,7 @@
.pgadmin-node-select option {
padding-left: 20px;
}
+
+.aciTree .aciTreeUl {
+ display: table !important;
+}
--
Sent via pgadmin-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers