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

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема pgAdmin 4 commit: Use a separate class to remove the footer space in th
Дата
Msg-id E1bDqIh-0005Mj-Q4@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Improve detection of the runtime environment, and sub
Следующее
От: Colin Beckingham
Дата:
Сообщение: pgadmin4 qmake selects python 3 by default?