Fixed wrapping of long messages in the admin.

This commit is contained in:
Mariusz Felisiak 2022-01-26 21:14:13 +01:00 committed by GitHub
parent d15a10afb5
commit 2eed554c3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -588,6 +588,7 @@ ul.messagelist li {
background: var(--message-success-bg) url(../img/icon-yes.svg) 40px 12px no-repeat;
background-size: 16px auto;
color: var(--body-fg);
word-break: break-word;
}
ul.messagelist li.warning {