Template:Graph:Chart/styles.css: Difference between revisions

From IntactiWiki
Jump to navigation Jump to search
WikiAdmin (talk | contribs)
Created page with "{{pp-template}}: Prevent overflow behavior in mobile skins.: @media all and ( max-width: 720px ) { body.skin-minerva .mw-graph { min-width: 100% !important; max..."
 
WikiAdmin (talk | contribs)
mNo edit summary
Line 1: Line 1:
/* {{pp-template}} */
/* Prevent overflow behavior in mobile skins. */
@media all and ( max-width: 720px ) {
@media all and ( max-width: 720px ) {
body.skin-minerva .mw-graph {
body.skin-minerva .mw-graph {

Revision as of 10:04, 20 April 2021

@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; }