Difference between revisions of "Template:Graph:Chart/styles.css"
Jump to navigation
Jump to search
m (Zesty moved page Graph:Chart/styles.css to Template:Graph:Chart/styles.css without leaving a redirect: Installation woes) |
m (Woes) |
||
Line 1: | Line 1: | ||
/* Prevent overflow behavior in mobile skins. */ | /* Prevent overflow behavior in mobile skins. */ | ||
body.skin-minerva div.mw-graph { | body.skin-minerva div.mw-graph { | ||
− | min-width: auto | + | min-width: auto; |
max-width: 100%; | max-width: 100%; | ||
overflow: auto; | overflow: auto; | ||
} | } |
Revision as of 21:47, 20 January 2021
/* Prevent overflow behavior in mobile skins. */ body.skin-minerva div.mw-graph { min-width: auto; max-width: 100%; overflow: auto; }