MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
fix for infobox title overflows
imported>Compooper No edit summary |
imported>Hb1290 (fix for infobox title overflows) |
||
Line 1,198: | Line 1,198: | ||
/*fix SocialProfile layout issue (https://phabricator.wikimedia.org/T328235)*/ | /*fix SocialProfile layout issue (https://phabricator.wikimedia.org/T328235)*/ | ||
.visualClear { clear: both; } | .visualClear { clear: both; } | ||
/*fix infobox overflow | /*fix infobox overflow issues*/ | ||
.pi-data-value { | .pi-data-value { | ||
width: 45%; | width: 45%; | ||
} | |||
.portable-infobox .pi-header { | |||
word-break: break-all; | |||
white-space: pre-wrap; | |||
text-align: center; | |||
padding: 0.6em; | |||
} | } | ||
@media screen and (min-width:720px) { | @media screen and (min-width:720px) { |