Fixed wrapping of long model names in the admin.

This commit is contained in:
Mariusz Felisiak 2022-10-10 11:17:02 +02:00 committed by GitHub
parent 84206607d6
commit 15682cb003
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -312,6 +312,7 @@ td, th {
border-bottom: 1px solid var(--hairline-color);
vertical-align: top;
padding: 8px;
word-break: break-word;
}
th {