MediaWiki:Common.css: Difference between revisions

From Destinypedia, the Destiny wiki

No edit summary
No edit summary
Line 380: Line 380:
@media all and (max-width: 1350px) {
@media all and (max-width: 1350px) {
table.wikitable, table.darker {
table.wikitable, table.darker {
display: block;
display: block !important;
max-width: max-content;
max-width: max-content !important;
overflow: auto;
overflow: auto !important;
border: 0;
border: 0 !important;
}
}
}
}