16
edits
m (Remove display:block from tables, it was causing issues) |
No edit summary |
||
Line 12: | Line 12: | ||
/*Prevent wide tables from overflowing off the page*/ | /*Prevent wide tables from overflowing off the page*/ | ||
table { | table.wikitable { | ||
max-width: 100%; | max-width: 100%; | ||
overflow-x: auto; | overflow-x: auto; | ||
display: block; | |||
} | } | ||