mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Ensure long string should be wrap in alertify dialogs. Fixes #3695
This commit is contained in:
parent
6735c30292
commit
7b0c81126c
17
docs/en_US/release_notes_4_2.rst
Normal file
17
docs/en_US/release_notes_4_2.rst
Normal 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.
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user