Limit size of images in content items
authorMarcel Werk <burntime@woltlab.com>
Sat, 8 Feb 2020 19:33:46 +0000 (20:33 +0100)
committerMarcel Werk <burntime@woltlab.com>
Sat, 8 Feb 2020 19:33:46 +0000 (20:33 +0100)
wcfsetup/install/files/style/ui/contentItem.scss

index 65050174849ef8def3f526193849e04d382d6005..b2a451afe0a08e5aba859e950d551afb780bff10 100644 (file)
 .contentItemDescription {
        color: $wcfContentText;
        margin-top: 10px;
+       
+       img {
+               height: auto !important;
+               max-width: 100%;
+       }
 }
 
 .contentItemContentLinks {