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

From RobotX
Jump to navigation Jump to search
Mediawiki>AKlapper (WMF)
m (1 revision imported from meta:Template:Graph:Chart/styles.css: See phab:T231001)
 
(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)

Revision as of 01:43, 1 December 2019

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