Difference between revisions of "Template:Graph:Chart/sandbox/styles.css"
Jump to navigation
Jump to search
imported>Great Brightstar (←Created page with 'body.skin-minerva div.mw-graph { max-width: 100%; overflow: auto; }') |
imported>Great Brightstar (Add a note) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
| + | /* Prevent overflow behavior in mobile skins, */ | ||
body.skin-minerva div.mw-graph { | body.skin-minerva div.mw-graph { | ||
max-width: 100%; | max-width: 100%; | ||
overflow: auto; | overflow: auto; | ||
} | } | ||
Latest revision as of 17:09, 20 November 2018
/* Prevent overflow behavior in mobile skins, */
body.skin-minerva div.mw-graph {
max-width: 100%;
overflow: auto;
}