Fixed #32027 -- Fixed wrapping of long words in admin error messages.

This commit is contained in:
Matthias Kestenholz 2020-09-23 13:51:02 +02:00 committed by GitHub
parent 054ab1e00f
commit 01c6caa3e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -554,6 +554,7 @@ ul.messagelist li.error {
border-radius: 4px; border-radius: 4px;
background-color: #fff; background-color: #fff;
background-position: 5px 12px; background-position: 5px 12px;
overflow-wrap: break-word;
} }
ul.errorlist { ul.errorlist {
@ -567,6 +568,7 @@ ul.errorlist li {
font-size: 13px; font-size: 13px;
display: block; display: block;
margin-bottom: 4px; margin-bottom: 4px;
overflow-wrap: break-word;
} }
ul.errorlist li:first-child { ul.errorlist li:first-child {