pgAdmin 4 commit: Handle text wrapping in alertify dialog only when it

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Handle text wrapping in alertify dialog only when it
Date: 2019-01-18 12:25:02
Message-ID: E1gkTCo-0006pY-GX@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Handle text wrapping in alertify dialog only when it is required. Regression of #3695

Branch
------
master

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

Modified Files
--------------
web/pgadmin/preferences/static/js/preferences.js | 4 ++--
web/pgadmin/static/js/alertify.pgadmin.defaults.js | 1 +
web/pgadmin/static/scss/_alertify.overrides.scss | 5 +++--
3 files changed, 6 insertions(+), 4 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-01-18 12:45:00 pgAdmin 4 commit: Correct order of Save and Cancel button for json/json
Previous Message Aditya Toshniwal 2019-01-18 10:58:25 [pgAdmin][RM3891]json/jsonb editing Save and Cancel buttons Reversed