MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 378: Line 378:
}
}
table.wikitable > tbody, table.darker > tbody {
table.wikitable > tbody, table.darker > tbody {
width: 100% !important;
display: table !important;
display: table !important;
width: calc(100% - 1px) !important;
}
}
}
}