From: Marcel Werk Date: Thu, 30 Nov 2023 13:38:29 +0000 (+0100) Subject: Fix the width of images in the embedded widget X-Git-Tag: 6.0.4_dev_1~18 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=3aaa0484265103834397e159821df6a5fb3bf4cd;p=GitHub%2FWoltLab%2FWCF.git Fix the width of images in the embedded widget ref https://www.woltlab.com/community/thread/303237-embedded-content-image-size-blog/ --- diff --git a/wcfsetup/install/files/style/ui/embeddedContent.scss b/wcfsetup/install/files/style/ui/embeddedContent.scss index b47efa290f..24e510b5ab 100644 --- a/wcfsetup/install/files/style/ui/embeddedContent.scss +++ b/wcfsetup/install/files/style/ui/embeddedContent.scss @@ -29,6 +29,7 @@ // The `100% + 20px` are the result of the negative margins. max-width: calc(100% + 20px); + width: calc(100% + 20px); } .embeddedContentLink {