MediaWiki:Gadget-GlobalStyle.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Tag: Reverted
Line 117: Line 117:


/* Scrollable tables */
/* Scrollable tables */
table.scrollable {
table.scrollable, .table-scroll {
display: block;
display: block;
max-width: max-content;
overflow: auto;
overflow: auto;
border: 0;
border: 0;
}
table.scrollable {
max-width: max-content;
}
}