mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-03 20:40:45 -05:00
Fixed overflowing text of flash message container (#12357)
* Fixed overflowing text of flash message container * Added changelog
This commit is contained in:
parent
db2a9b7bfe
commit
8399fb29d5
2 changed files with 6 additions and 0 deletions
3
changelog/12357.txt
Normal file
3
changelog/12357.txt
Normal file
|
|
@ -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 a new issue