MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 44: Line 44:


.wikitable > * > tr > td img {
.wikitable > * > tr > td img {
     height: 50%;
     height: auto;
     max-width: 100%
     max-width: 100%
}
.wikitable:has(img) {
    table-layout: fixed;
}
}