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:
committed by
Akshay Joshi
parent
6735c30292
commit
7b0c81126c
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user