845
edits
No edit summary |
No edit summary Tags: Mobile edit Mobile web edit |
||
| Line 38: | Line 38: | ||
padding-bottom: 12px; | padding-bottom: 12px; | ||
text-align: left; | text-align: left; | ||
} | |||
.wikitable > * > tr > td:has(img) { | |||
padding: 0; | |||
} | |||
.wikitable > * > tr > td img { | |||
height: auto; | |||
max-width: 100% | |||
} | |||
.wikitable:has(img) { | |||
table-layout: fixed; | |||
} | } | ||