mirror of
https://github.com/django/django.git
synced 2025-06-26 22:09:15 +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);
|
border-bottom: 1px solid var(--hairline-color);
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
word-break: break-word;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
th {
|
th {
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
/* DASHBOARD */
|
/* DASHBOARD */
|
||||||
|
.dashboard td, .dashboard th {
|
||||||
|
word-break: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
.dashboard .module table th {
|
.dashboard .module table th {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user