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

Change-Id: Ic033553e26f3ae4fd330ba501ec6a886e108685c
isekai
Isarra 6 years ago
parent 51b19c4e84
commit b5df43b3e2

@ -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