ਫਰਮਾ:Graph:Chart/styles.css: ਰੀਵਿਜ਼ਨਾਂ ਵਿਚ ਫ਼ਰਕ

Content deleted Content added
"→‎{{pp-template}}: →‎Prevent overflow behavior in mobile skins.: @media all and ( max-width: 720px ) { body.skin-minerva div.mw-graph { min-wi..." ਨਾਲ਼ ਸਫ਼ਾ ਬਣਾਇਆ
(ਕੋਈ ਫ਼ਰਕ ਨਹੀਂ)

15:01, 29 ਮਾਰਚ 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;
}