MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 614: | Line 614: | ||
width: auto !important; | width: auto !important; | ||
display: inline-block !important; | display: inline-block !important; | ||
max-width: | max-width: 100%; | ||
white-space: nowrap; | white-space: nowrap; | ||
} | |||
/* Mobile: give pills a touch more breathing room (outline-friendly) */ | |||
table.spiritvale-skill-infobox .module-skill-type .sv-type-label, | |||
table.spiritvale-skill-infobox .skill-source-module .sv-source-pill, | |||
table.spiritvale-skill-infobox .module-quick-stats .sv-m4-label { | |||
padding: 0.22em 0.45em; /* was 0.18em 0.35em */ | |||
} | } | ||