Merge "Prevent thumbnails from overflowing their backgrounds when coupled with random other floats where they don't fit"

isekai
jenkins-bot 5 years ago committed by Gerrit Code Review
commit 6ff15a1192

@ -593,6 +593,7 @@ ul {
/* Properly center framed thumbnail images (T219717) */
margin-left: auto;
margin-right: auto;
overflow: hidden;
}
.thumbcaption {

Loading…
Cancel
Save