Difference between revisions of "Template:Graph:Street map with marks/styles.css"
Jump to navigation
Jump to search
imported>MusikBot m (Removing protection templates from unprotected page (more info)) |
imported>MusikBot II m (Protected "Template:Graph:Street map with marks/styles.css": High-risk template or module (more info) ([Edit=Require autoconfirmed or confirmed access] (indefinite))) |
(No difference)
| |
Revision as of 18:00, 7 May 2019
/* */
/* 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;
}