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

From RimWorld Wiki
Jump to navigation Jump to search
m (Woes)
(Zesty changed the content model of the page Template:Graph:Chart/styles.css from "CSS" to "JavaScript": god please help)
Tag: content model change

Revision as of 21:48, 20 January 2021

/* Prevent overflow behavior in mobile skins. */
body.skin-minerva div.mw-graph {
	min-width: auto;
	max-width: 100%;
	overflow: auto;
}