MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 376: Line 376:
min-width: 100px !important;
min-width: 100px !important;
border: 0 !important;
border: 0 !important;
}
table.wikitable > tbody, table.darker > tbody {
display: table !important;
width: calc(100% - 1px) !important;
}
table.wikitable > thead + tbody, table.darker > thead + tbody {
display: table-row-group !important;
}
}
}
}