MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
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;
}
}


Navigation menu