mirror of
https://github.com/Hopiu/django.git
synced 2026-05-02 12:44:44 +00:00
Fixed wrapping of long model names in the admin.
This commit is contained in:
parent
84206607d6
commit
15682cb003
1 changed files with 1 additions and 0 deletions
|
|
@ -312,6 +312,7 @@ td, th {
|
|||
border-bottom: 1px solid var(--hairline-color);
|
||||
vertical-align: top;
|
||||
padding: 8px;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
th {
|
||||
|
|
|
|||
Loading…
Reference in a new issue