From 8aeceb7c096a00b833485576ea59cbfc23b0b9d4 Mon Sep 17 00:00:00 2001 From: Awais Ansari Date: Wed, 22 Jun 2022 23:38:04 +0500 Subject: [PATCH] fix: post content images overflow --- src/index.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/index.scss b/src/index.scss index 26b3f961..8588946d 100755 --- a/src/index.scss +++ b/src/index.scss @@ -8,7 +8,8 @@ $fa-font-path: "~font-awesome/fonts"; #post, #comment, -#reply { +#reply, +.discussion-comments { img { height: auto; max-width: 100%;