Merge branch 'wrap-uk-notifications' into 'v3'

Word break long lines in notifications

Closes #730

See merge request openflexure/openflexure-microscope-server!548
This commit is contained in:
Joe Knapper 2026-03-24 11:45:04 +00:00
commit b040f63a29

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 {