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

From blackwiki
Jump to navigation Jump to search
imported>MusikAnimal
m (Protected "Template:Graph:Chart/styles.css": High-risk template ([Edit=Require autoconfirmed or confirmed access] (indefinite)))
imported>Pppery
(Adding protection template)
Line 1: Line 1:
 +
/* {{pp-template}} */
 
/* Prevent overflow behavior in mobile skins. */
 
/* Prevent overflow behavior in mobile skins. */
 
@media all and ( max-width: 720px ) {
 
@media all and ( max-width: 720px ) {

Revision as of 23:41, 3 March 2019

/* {{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;
	}
}