From e0440e1638d0f153871a0100e8571a342689d23e Mon Sep 17 00:00:00 2001 From: freakoverse Date: Tue, 27 Aug 2024 12:41:54 +0000 Subject: [PATCH] temp fix targeting div --- src/styles/post.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles/post.css b/src/styles/post.css index c0249d6..faa4863 100644 --- a/src/styles/post.css +++ b/src/styles/post.css @@ -40,6 +40,10 @@ overflow: hidden; } +.IBMSMSMBSSPostBody > div { + width: 100%; +} + .IBMSMSMBSSPostTitleHeading { width: 100%; }