Fixed image scaling issue in IE/Firefox
authorMarcel Werk <burntime@woltlab.com>
Thu, 12 Mar 2015 17:50:49 +0000 (18:50 +0100)
committerMarcel Werk <burntime@woltlab.com>
Thu, 12 Mar 2015 17:50:49 +0000 (18:50 +0100)
wcfsetup/install/files/style/attachment.less

index f62977169ad3c7785213a4319effa53801dd85be..dddd96ec65a4ecb04e2932d578a16398049d9fe6 100644 (file)
 .embeddedAttachmentLink,
 .embeddedImageLink {
        display: inline-block;
+       max-width: 100%;
        position: relative;
        
        &::after {