Commit 64033fd0 authored by Fabrizio Ettore Messina's avatar Fabrizio Ettore Messina Committed by Tim Graham
Browse files

Fixed #24968 -- Removed bad horizontal scrollbar appearing on admin changelist page.

Appeared in Opera with ModelAdmin.actions=None.
parent 5d428908
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -74,6 +74,10 @@
    border-right: 1px solid #ddd;
}

#changelist table tbody th:first-child:last-child {
    border-right: 0;
}

#changelist table tbody td.action-checkbox {
    text-align:center;
}