From 3aaa0484265103834397e159821df6a5fb3bf4cd Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Thu, 30 Nov 2023 14:38:29 +0100 Subject: [PATCH] Fix the width of images in the embedded widget ref https://www.woltlab.com/community/thread/303237-embedded-content-image-size-blog/ --- wcfsetup/install/files/style/ui/embeddedContent.scss | 1 + 1 file changed, 1 insertion(+) 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 { -- 2.20.1