Skip to content

Commit

Permalink
Merge pull request #6119 from ProcessMaker/observation/FOUR-13473
Browse files Browse the repository at this point in the history
FOUR-13473: Fix overflow string in the alertBox when the message is too long
  • Loading branch information
ryancooley committed Feb 1, 2024
2 parents 84ca64f + 41a1f27 commit a5840a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/sass/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,8 @@ h1.page-title {

.alertBox {
width: 100%;
word-wrap: break-word;
overflow-wrap: break-word;
}

.avatar-circle-list {
Expand Down

0 comments on commit a5840a8

Please sign in to comment.