Ensure long string should be wrap in alertify dialogs. Fixes #3695

This commit is contained in:
Aditya Toshniwal 2019-01-15 18:23:59 +05:30 committed by Akshay Joshi
parent 6735c30292
commit 7b0c81126c
2 changed files with 20 additions and 1 deletions

View File

@ -0,0 +1,17 @@
***********
Version 4.2
***********
Release date: 2019-02-07
This release contains a number of features and fixes reported since the release of pgAdmin4 4.1
Features
********
Bug fixes
*********
| `Bug #3695 <https://redmine.postgresql.org/issues/3695>`_ - Ensure long string should be wrap in alertify dialogs.

View File

@ -60,6 +60,8 @@
}
.ajs-body .ajs-content {
bottom: $footer-height-calc !important;
word-break: break-word;
word-wrap: break-word;
}
/* Removes padding from alertify footer */
@ -231,4 +233,4 @@
.alertify .ajs-dimmer {
background-color: $loading-bg;
}
}