mirror of
https://github.com/django/django.git
synced 2024-12-23 01:25:58 +00:00
Fixed wrapping of long messages in the admin.
This commit is contained in:
parent
d15a10afb5
commit
2eed554c3f
@ -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…
Reference in New Issue
Block a user