Fixed wrapping of long model names in the admin.
This commit is contained in:
parent
84206607d6
commit
15682cb003
|
@ -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 New Issue