MediaWiki:Common.css: Difference between revisions

297 bytes added ,  23:47, 24 August 2019
inventory item length fix
(add CSS for displaychar images)
(inventory item length fix)
Line 2,231: Line 2,231:
}
}
.qud-inventory-item {
.qud-inventory-item {
  text-overflow: clip;
  max-width: 149px;
   white-space: nowrap;
   white-space: nowrap;
}
@media (min-width: 512px)
{
  .qud-inventory-item > span.qud-image > .qud-image-link > a { /* ellipsize inventory items if they don't fit in the infobox */
    display: inline-block;
    max-width: 208px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 0.2em;
    margin-bottom: -0.3em;
    padding-top: 0.3em;
  }
}
}
/*  
/*