Fixed overflowing text of flash message container (#12357)
* Fixed overflowing text of flash message container * Added changelog
This commit is contained in:
parent
124bc87381
commit
0b73135a8c
|
@ -0,0 +1,3 @@
|
|||
```release-note:bug
|
||||
ui: Fixed text overflow in flash messages
|
||||
```
|
|
@ -9,5 +9,8 @@
|
|||
|
||||
.message {
|
||||
box-shadow: $box-shadow-high;
|
||||
.message-body {
|
||||
word-break: break-all;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue