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:
commit
b040f63a29
1 changed files with 2 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue