mirror of
https://github.com/django/django.git
synced 2025-01-26 18:19:18 +00:00
Fixed #34102 -- Limited wrapping long names to admin dashboard.
Regression in 15682cb0034242fcdfe333cf399d62ab70c3a978.
This commit is contained in:
parent
37c5b8c07b
commit
78470043ae
@ -312,7 +312,6 @@ td, th {
|
||||
border-bottom: 1px solid var(--hairline-color);
|
||||
vertical-align: top;
|
||||
padding: 8px;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
th {
|
||||
|
@ -1,4 +1,7 @@
|
||||
/* DASHBOARD */
|
||||
.dashboard td, .dashboard th {
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.dashboard .module table th {
|
||||
width: 100%;
|
||||
|
Loading…
x
Reference in New Issue
Block a user