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

From blackwiki
Jump to navigation Jump to search
imported>Great Brightstar
(Created page with '→‎Prevent overflow behavior in mobile skins,: body.skin-minerva div.mw-graph { max-width: 100%; overflow: auto; }')
 
imported>Great Brightstar
m (Canceling min-width properties)
Line 1: Line 1:
/* Prevent overflow behavior in mobile skins, */
+
/* Prevent overflow behavior in mobile skins. */
 
body.skin-minerva div.mw-graph {
 
body.skin-minerva div.mw-graph {
 +
min-width: auto !important;
 
max-width: 100%;
 
max-width: 100%;
 
overflow: auto;
 
overflow: auto;
 
}
 
}

Revision as of 11:00, 4 December 2018

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