Modèle:Graph:Chart/styles.css

De FSF Wiki
Révision datée du 29 septembre 2020 à 15:51 par James (discussion | contributions) (Page créée avec « {{pp-template}} : Prevent overflow behavior in mobile skins. : @media all and ( max-width: 720px ) { body.skin-minerva div.mw-graph { min-width: auto !important... »)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)
Sauter à la navigation Sauter à la recherche

/* Modèle: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; }