Skip to content

Commit

Permalink
Fixed overflowing text of flash message container (#12357)
Browse files Browse the repository at this point in the history
* Fixed overflowing text of flash message container

* Added changelog
  • Loading branch information
arnav28 authored Aug 19, 2021
1 parent db2a9b7 commit 8399fb2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions changelog/12357.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
ui: Fixed text overflow in flash messages
```
3 changes: 3 additions & 0 deletions ui/app/styles/components/global-flash.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@

.message {
box-shadow: $box-shadow-high;
.message-body {
word-break: break-all;
}
}
}

0 comments on commit 8399fb2

Please sign in to comment.