mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 18:17:55 +00:00
Fixed overflowing text of flash message container (#12357)
* Fixed overflowing text of flash message container * Added changelog
This commit is contained in:
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 {
|
.message {
|
||||||
box-shadow: $box-shadow-high;
|
box-shadow: $box-shadow-high;
|
||||||
|
.message-body {
|
||||||
|
word-break: break-all;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user