Fixed overflow of the magnifier icon overlay
authorMarcel Werk <burntime@woltlab.com>
Wed, 25 Mar 2015 15:26:20 +0000 (16:26 +0100)
committerMarcel Werk <burntime@woltlab.com>
Wed, 25 Mar 2015 15:26:20 +0000 (16:26 +0100)
wcfsetup/install/files/style/attachment.less

index dddd96ec65a4ecb04e2932d578a16398049d9fe6..b3936156a7a67c2ee4535d850967e14a0636ca4e 100644 (file)
 .embeddedImageLink {
        display: inline-block;
        max-width: 100%;
+       min-height: 48px;
        position: relative;
        
        &::after {