Merge "Add a min-height to thumbcaptions so magnify icon doesn't overflow"

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

@ -585,6 +585,8 @@ ul {
.thumbcaption {
font-size: 95%;
padding: 0.5em 0 0;
// For the magnify link on empty captions
min-height: 1em;
}
.thumbinner .thumbimage,

Loading…
Cancel
Save