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

From Linguifex
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; }")
 
(No difference)

Latest revision as of 00:29, 5 May 2019

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