Vorlage:Graph:Chart/styles.css: Unterschied zwischen den Versionen
imported>Mibadmin   (Die Seite wurde neu angelegt: „→{{pp-template}}:  →Prevent overflow behavior in mobile skins.:  @media all and ( max-width: 720px ) { 	body.skin-minerva .mw-graph { 		min-width: 100% !…“)  | 
			
(kein Unterschied) 
 | 
Aktuelle Version vom 8. Februar 2022, 11:08 Uhr
/* {{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;
}