Fixed #19972 -- Fixed overflow issue in admin changelist pages.

Thanks to loic84 for the report and patch.
This commit is contained in:
Florian Apolloner 2013-03-20 17:00:25 +01:00
parent 23490a2394
commit a45d06ca3d
1 changed files with 4 additions and 0 deletions

View File

@ -32,6 +32,10 @@
padding-right: 1em;
}
#changelist-form .results {
overflow-x: auto;
}
#changelist .toplinks {
border-bottom: 1px solid #ccc !important;
}