1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

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

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 {