MediaWiki:Common.css: Difference between revisions

255 bytes added ,  17:27, 15 February 2021
favilink width fix in infoboxes
mNo edit summary
(favilink width fix in infoboxes)
Line 2,462: Line 2,462:
     margin-top: 1em; /* aligns the character infobox with the Qud Look description */
     margin-top: 1em; /* aligns the character infobox with the Qud Look description */
   }
   }
}
/* prevent long infobox favilinks from over-expanding the width of the entire infobox container: */
.moduleinfobox > .infobox-rows > tbody > tr > th + td > p span.qud-image-link {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
}
}
/*  
/*