From: Marcel Werk Date: Wed, 25 Mar 2015 15:26:20 +0000 (+0100) Subject: Fixed overflow of the magnifier icon overlay X-Git-Tag: 2.1.2~8 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=90acaeffc5bdcf3d43ab3eff6ad00debf2a7683f;p=GitHub%2FWoltLab%2FWCF.git Fixed overflow of the magnifier icon overlay --- diff --git a/wcfsetup/install/files/style/attachment.less b/wcfsetup/install/files/style/attachment.less index dddd96ec65..b3936156a7 100644 --- a/wcfsetup/install/files/style/attachment.less +++ b/wcfsetup/install/files/style/attachment.less @@ -159,6 +159,7 @@ .embeddedImageLink { display: inline-block; max-width: 100%; + min-height: 48px; position: relative; &::after {