pgAdmin 4 commit: Changed the layout for tables from block layout to fl

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Changed the layout for tables from block layout to fl
Date: 2021-09-22 13:45:25
Message-ID: E1mT2Yv-0002Uw-VL@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Changed the layout for tables from block layout to flex layout to fix the width of the columns as per the dialog size.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=fc86faf51e81b63a1fa2073f9235cc3bcdca78d3
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
.../servers/static/js/privilege.ui.js | 3 +--
web/pgadmin/static/js/SchemaView/DataGridView.jsx | 25 +++++++++++++---------
2 files changed, 16 insertions(+), 12 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-09-22 13:45:26 pgAdmin 4 commit: Added flag to check before adding 'IF NOT EXISTS' and
Previous Message Aditya Toshniwal 2021-09-22 13:29:31 Re: [pgAdmin][RM6778] Properties panel not loaded for catalog tables