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

From Semantic Name Authority Repository Cymru
Jump to navigation Jump to search
(Created page with "→‎Prevent overflow behavior in mobile skins.: body.skin-minerva div.mw-graph { min-width: auto !important; max-width: 100%; overflow: auto; }")
 
(Jason.nlw changed the content model of the page Template:Graph:Chart/styles.css from "wikitext" to "CSS")
Tag: content model change
 
(No difference)

Latest revision as of 11:09, 19 January 2023

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