Template:Graph:Chart/styles.css

From RobotX
< Template:Graph:Chart
Revision as of 01:43, 1 December 2019 by Joelmartin (talk | contribs) (Created page with "→‎Prevent overflow behavior in mobile skins.: body.skin-minerva div.mw-graph { min-width: auto !important; max-width: 100%; overflow: auto; }")
Jump to navigation Jump to search
/* Prevent overflow behavior in mobile skins. */
body.skin-minerva div.mw-graph {
	min-width: auto !important;
	max-width: 100%;
	overflow: auto;
}