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

@@ -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;
}
}