pgAdmin 4 commit: Use a separate class to remove the footer space in th - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Use a separate class to remove the footer space in th
Date
Msg-id E1bDqIh-0005Mj-Q4@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Use a separate class to remove the footer space in the query editor,
when no of records in a page is set to 0 (or, less than 0). So that -
we do not loose CSS applied on the children DOM Elements dependent of
the original class.

This was regression of commit-id:
f9393aee4488c5f35eece0d2884ccf90ff13d7bf

We were loosing the formatting under the grid table due to this change.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=359b1d017600ae59bda992cb4eace1986be5b2fc

Modified Files
--------------
web/pgadmin/tools/sqleditor/static/css/sqleditor.css            | 6 +++++-
web/pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js | 8 ++++----
2 files changed, 9 insertions(+), 5 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Improve detection of the runtime environment, and sub
Next
From: Colin Beckingham
Date:
Subject: pgadmin4 qmake selects python 3 by default?