Skip to content

Commit

Permalink
Fixed #32027 -- Fixed wrapping of long words in admin error messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask authored Sep 23, 2020
1 parent 054ab1e commit 01c6caa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions django/contrib/admin/static/admin/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,7 @@ ul.messagelist li.error {
border-radius: 4px;
background-color: #fff;
background-position: 5px 12px;
overflow-wrap: break-word;
}

ul.errorlist {
Expand All @@ -567,6 +568,7 @@ ul.errorlist li {
font-size: 13px;
display: block;
margin-bottom: 4px;
overflow-wrap: break-word;
}

ul.errorlist li:first-child {
Expand Down

0 comments on commit 01c6caa

Please sign in to comment.