Difference between revisions of "Template:Graph:Chart/sandbox/styles.css"

From blackwiki
Jump to navigation Jump to search
imported>Great Brightstar
m (Great Brightstar moved page Template:Graph/sandbox/styles.css to Template:Graph:Chart/sandbox/styles.css without leaving a redirect: Fix wrong name)
imported>Great Brightstar
(Add a note)
 
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;
}