MediaWiki:Common.css: Difference between revisions

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