Word break long lines in notifications
This commit is contained in:
parent
b0d1e2626a
commit
e703ce0697
1 changed files with 2 additions and 0 deletions
|
|
@ -256,6 +256,8 @@ h4, .uk-h4 {
|
||||||
.uk-notification-message {
|
.uk-notification-message {
|
||||||
border-radius: @paper-border-radius;
|
border-radius: @paper-border-radius;
|
||||||
box-shadow: @big-shadow;
|
box-shadow: @big-shadow;
|
||||||
|
word-break: break-word;
|
||||||
|
overflow-wrap: anywhere;
|
||||||
}
|
}
|
||||||
|
|
||||||
.uk-notification-message-danger {
|
.uk-notification-message-danger {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue