Fixed image height in messages
authorMarcel Werk <burntime@woltlab.com>
Wed, 24 Aug 2016 09:35:20 +0000 (11:35 +0200)
committerMarcel Werk <burntime@woltlab.com>
Wed, 24 Aug 2016 09:35:25 +0000 (11:35 +0200)
wcfsetup/install/files/style/ui/message.scss

index 5d2eb3e85c3d1df268c893aa39f4a14079f57fa6..e0bd88b56225c1dcbf47c823750a7e9880972ea6 100644 (file)
                @extend .htmlContent;
                
                img {
+                       height: auto !important;
                        max-width: 100%;
                }
        }