MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 374: Line 374:
overflow: auto !important;
overflow: auto !important;
max-width: max-content !important;
max-width: max-content !important;
min-width: 0 !important;
min-width: 300px !important;
border: 0 !important;
border: 0 !important;
}
table.wikitable > tbody, table.darker > tbody {
width: 100% !important;
display: table !important;
}
}
}
}
Line 384: Line 388:
height: auto !important;
height: auto !important;
}
}
.mw-parser-output table {
.mw-parser-output table:not(.wikitable) {
min-width: 0 !important;
min-width: 0 !important;
}
}