From b57b2604a3446aae7ac8b9790362a3de4aa9829b Mon Sep 17 00:00:00 2001 From: teodorus-nathaniel Date: Tue, 19 Mar 2024 19:05:52 +0700 Subject: [PATCH] Fix max width of tweet --- src/components/posts/embed/Embed.module.sass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/posts/embed/Embed.module.sass b/src/components/posts/embed/Embed.module.sass index 888a2d23d..6069558d4 100644 --- a/src/components/posts/embed/Embed.module.sass +++ b/src/components/posts/embed/Embed.module.sass @@ -49,8 +49,8 @@ .Tweet & > * margin: 0 !important - width: 100% - max-width: none + width: 100% !important + max-width: none !important .CustomEmbedWrapper width: 100%