Fixed image responsiveness
authorAlexander Ebert <ebert@woltlab.com>
Wed, 7 Jan 2015 11:52:32 +0000 (12:52 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 7 Jan 2015 11:52:32 +0000 (12:52 +0100)
wcfsetup/install/files/style/message.less

index c644e97ca76cdd66ca99ca0b674d62a1045f8de3..2c687bf1a7da2ae30e76c57f46f6dc408e1be54b 100644 (file)
                overflow: hidden;
                padding-bottom: @wcfGapMedium;
                
-               img {
-                       max-width: 100%;
+               > div.messageText {
+                       img {
+                               max-width: 100%;
+                       }
+                       
+                       table img {
+                               max-width: none;
+                       }
                }
        }