pgAdmin 4 commit: Fixed scrollbar issue and used flex layout in grant w

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed scrollbar issue and used flex layout in grant w
Date: 2021-09-23 11:30:05
Message-ID: E1mTMvV-0002Jr-BJ@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed scrollbar issue and used flex layout in grant wizard.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ecaaa8a1b55f4c974b739fffdebe401f5e9aab39

Modified Files
--------------
web/pgadmin/browser/static/css/wizard.css | 1 +
web/pgadmin/static/js/components/GrantWizard.jsx | 3 ---
web/pgadmin/static/js/components/PgTable.jsx | 2 --
3 files changed, 1 insertion(+), 5 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-09-23 11:42:44 pgAdmin 4 commit: Fixed linter error.
Previous Message Akshay Joshi 2021-09-23 10:48:01 pgAdmin 4 commit: 1. Placeholder should be inside the controlProps. Cha