Обсуждение: pgAdmin 4 commit: Use a separate class to remove the footer space in th

Поиск
Список
Период
Сортировка

pgAdmin 4 commit: Use a separate class to remove the footer space in th

От
Ashesh Vashi
Дата:
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(-)