From b5df43b3e2d9f69d18111aec6d4139255a11e2f8 Mon Sep 17 00:00:00 2001 From: Isarra Date: Fri, 30 Aug 2019 16:52:26 +0000 Subject: [PATCH] Add a min-height to thumbcaptions so magnify icon doesn't overflow Change-Id: Ic033553e26f3ae4fd330ba501ec6a886e108685c --- resources/screen-common.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/screen-common.less b/resources/screen-common.less index e69e849..353b0ea 100644 --- a/resources/screen-common.less +++ b/resources/screen-common.less @@ -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,