mirror of
https://github.com/django/django.git
synced 2025-11-08 15:31:29 +00:00
Fixed #19972 -- Fixed overflow issue in admin changelist pages.
Thanks to loic84 for the report and patch.
This commit is contained in:
parent
23490a2394
commit
a45d06ca3d
1 changed files with 4 additions and 0 deletions
|
|
@ -32,6 +32,10 @@
|
||||||
padding-right: 1em;
|
padding-right: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#changelist-form .results {
|
||||||
|
overflow-x: auto;
|
||||||
|
}
|
||||||
|
|
||||||
#changelist .toplinks {
|
#changelist .toplinks {
|
||||||
border-bottom: 1px solid #ccc !important;
|
border-bottom: 1px solid #ccc !important;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue