MediaWiki:Common.css: Difference between revisions
m add padding to serve edge case where the header below turns vertical |
m css hackjob to fix chrome putting subsections vertically next to infobox on mobile size |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/*css hackjob to fix chrome putting subsections vertically next to infobox on mobile size*/ | |||
.mw-parser-output :is(h1,h2,h3,h4,h5,h6) { | |||
min-width: 1em; | |||
} | |||
/** CSS trick to fix page name**/ | /** CSS trick to fix page name**/ |