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

From RimWorld Wiki
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)
(Zesty changed the content model of the page Template:Graph:Chart/styles.css from "JavaScript" to "Sanitized CSS")
Tag: content model change
 
(3 intermediate revisions by the same user not shown)
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 !important;
 
 
max-width: 100%;
 
max-width: 100%;
 
overflow: auto;
 
overflow: auto;
 
}
 
}

Latest revision as of 21:50, 20 January 2021

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