Added missing max-width for img tags
authorMarcel Werk <burntime@woltlab.com>
Sun, 26 Apr 2015 17:15:54 +0000 (19:15 +0200)
committerMarcel Werk <burntime@woltlab.com>
Sun, 26 Apr 2015 17:15:54 +0000 (19:15 +0200)
wcfsetup/install/files/style/user.less

index 0c751663d21b06420ee3df2407e26a47f9525ac3..8cd108755483ccf092b1ea26513ed36dbe4c4249 100644 (file)
                right: 4px;
                top: 2px;
        } 
+}
+
+#aboutMe img {
+       max-width: 100%;
 }
\ No newline at end of file