Added missing max-width attribute for embedded images
authorMarcel Werk <burntime@woltlab.com>
Wed, 7 Sep 2016 13:09:23 +0000 (15:09 +0200)
committerMarcel Werk <burntime@woltlab.com>
Wed, 7 Sep 2016 13:09:28 +0000 (15:09 +0200)
wcfsetup/install/files/style/ui/article.scss

index 6aced5cb405d1db1477378e15304a8a53c2c48d0..495281fea68ca1645c80366cd793cc43ee5c225d 100644 (file)
        
        .htmlContent {
                @include clearfix;
+               
+               img {
+                       max-width: 100%;
+               }
        }
 }