mirror of
https://github.com/django/django.git
synced 2025-09-29 21:45:24 +00:00
Fixed wrapping of long messages in the admin.
This commit is contained in:
parent
d15a10afb5
commit
2eed554c3f
1 changed files with 1 additions and 0 deletions
|
@ -588,6 +588,7 @@ ul.messagelist li {
|
||||||
background: var(--message-success-bg) url(../img/icon-yes.svg) 40px 12px no-repeat;
|
background: var(--message-success-bg) url(../img/icon-yes.svg) 40px 12px no-repeat;
|
||||||
background-size: 16px auto;
|
background-size: 16px auto;
|
||||||
color: var(--body-fg);
|
color: var(--body-fg);
|
||||||
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.messagelist li.warning {
|
ul.messagelist li.warning {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue