Template:Graph:Chart/styles.css

From Semantic Name Authority Repository Cymru
< Template:Graph:Chart
Revision as of 11:09, 19 January 2023 by Jason.nlw (talk | contribs) (Jason.nlw changed the content model of the page Template:Graph:Chart/styles.css from "wikitext" to "CSS")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
/* Prevent overflow behavior in mobile skins. */
body.skin-minerva div.mw-graph {
	min-width: auto !important;
	max-width: 100%;
	overflow: auto;
}