Fixed overflowing text of flash message container (#12357)

* Fixed overflowing text of flash message container

* Added changelog
This commit is contained in:
Arnav Palnitkar 2021-08-19 14:27:22 -07:00 committed by GitHub
parent 124bc87381
commit 0b73135a8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

3
changelog/12357.txt Normal file
View File

@ -0,0 +1,3 @@
```release-note:bug
ui: Fixed text overflow in flash messages
```

View File

@ -9,5 +9,8 @@
.message {
box-shadow: $box-shadow-high;
.message-body {
word-break: break-all;
}
}
}