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

From CSDMS
(Created page with "→‎{{pp-template}}: →‎Prevent overflow behavior in mobile skins.: @media all and ( max-width: 720px ) { body.skin-minerva .mw-graph { min-width: 100% !important; max...")
 
(WikiSysop changed the content model of the page Template:Graph:Chart/styles.css from "wikitext" to "Sanitized CSS")
Tag: content model change
 

Latest revision as of 16:50, 26 April 2021

/* {{pp-template}} */
/* Prevent overflow behavior in mobile skins. */
@media all and ( max-width: 720px ) {
	body.skin-minerva .mw-graph {
		min-width: 100% !important;
		max-width: 100%;
		overflow-x: auto;
		overflow-y: visible;
	}
}

.mw-graph-img {
	width: inherit;
	height: inherit;
}