"साँचा:Graph:Chart/styles.css": अवतरणों में अंतर

Content deleted Content added
Template:Graph:Chart/styles.css से लिया गया है। यह एक कम्प्यूटर कोड है। कृप्या इसे ना बदलें।
 
(कोई अंतर नहीं)

15:12, 12 फ़रवरी 2021 के समय का अवतरण

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