Hi, Please find the attached updated patch. I have tested this patch on Ubuntu (Chrome & Firefox) and Mac (Chrome).
Thanks, Khushboo On Tue, Apr 18, 2017 at 7:25 PM, Dave Page <dp...@pgadmin.org> wrote: > Unfortunately I had to revert this, as I found it was preventing > treeview nodes from being collapsed again. I'm running in Google > Chrome on Mac, if that helps narrow down the problem. > > On Tue, Apr 18, 2017 at 2:01 PM, Dave Page <dp...@pgadmin.org> wrote: > > Thanks, patch applied. > > > > On Fri, Apr 14, 2017 at 5:02 AM, Khushboo Vashi > > <khushboo.va...@enterprisedb.com> wrote: > >> 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 > >> > >> > >> > >> -- > >> Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) > >> To make changes to your subscription: > >> http://www.postgresql.org/mailpref/pgadmin-hackers > >> > > > > > > > > -- > > Dave Page > > Blog: http://pgsnake.blogspot.com > > Twitter: @pgsnake > > > > EnterpriseDB UK: http://www.enterprisedb.com > > The Enterprise PostgreSQL Company > > > > -- > Dave Page > Blog: http://pgsnake.blogspot.com > Twitter: @pgsnake > > EnterpriseDB UK: http://www.enterprisedb.com > The Enterprise PostgreSQL Company >
diff --git a/web/pgadmin/browser/static/css/browser.css b/web/pgadmin/browser/static/css/browser.css index 3ad1dcd..b164860 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 .aciTreeLi div.aciTreeLine { + display: table !important; +}
-- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers