Word break long lines in notifications

This commit is contained in:
Joe Knapper 2026-03-18 14:33:49 +00:00
parent b0d1e2626a
commit e703ce0697

View file

@ -256,6 +256,8 @@ h4, .uk-h4 {
.uk-notification-message {
border-radius: @paper-border-radius;
box-shadow: @big-shadow;
word-break: break-word;
overflow-wrap: anywhere;
}
.uk-notification-message-danger {