Abuse filter editor, Bureaucrats, Check users, Interface administrators, Staff, Suppressors, Administrators, Translation Reviewer
2,202
edits
(un-reset padding for plainlist) |
(.citizen-table-wrapper) |
||
Line 10: | Line 10: | ||
input.citizen-menu-checkbox-checkbox { | input.citizen-menu-checkbox-checkbox { | ||
display: none; | display: none; | ||
} | |||
/* | |||
tables seem to be wrapped by a div.citizen-table-wrapper | |||
this doesn't fit the content of the table so it pushes everything else down | |||
*/ | |||
.citizen-table-wrapper { | |||
overflow-x: auto; | |||
} | } | ||