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

From IntactiWiki
Jump to navigation Jump to search
(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...")
 
m
 
(One intermediate revision by the same user not shown)
(No difference)

Latest revision as of 12:26, 21 April 2021

/* Lua error in Module:Effective_protection_level at line 63: attempt to index field 'TitleBlacklist' (a nil value). */ /* Prevent overflow behavior in mobile skins. */ @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; }