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

From IxWiki
Jump to navigation Jump to search
wp>Dtester10
Undid revision 950956365 by Dtester10 (talk)
 
m 1 revision imported
(No difference)

Revision as of 21:30, 14 August 2020

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

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