From 722da9616f79fa97f2932c462b0fdeed2b89700c Mon Sep 17 00:00:00 2001 From: ayesha waris <73840786+ayeshoali@users.noreply.github.com> Date: Fri, 20 Jan 2023 13:15:44 +0500 Subject: [PATCH] fix: page width does not increase due to long text (#412) --- src/discussions/comments/comment/Comment.jsx | 46 ++++++++++---------- src/discussions/comments/comment/Reply.jsx | 2 +- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/src/discussions/comments/comment/Comment.jsx b/src/discussions/comments/comment/Comment.jsx index 733dc9b8..99284348 100644 --- a/src/discussions/comments/comment/Comment.jsx +++ b/src/discussions/comments/comment/Comment.jsx @@ -112,7 +112,7 @@ function Comment({ ? ( setEditing(false)} formClasses="pt-3" /> ) - : } + : } {hasMorePages && ( - + )} {!isNested && showFullThread && ( isReplying ? ( @@ -159,16 +159,16 @@ function Comment({ <> {!isClosedPost && userCanAddThreadInBlackoutDate && ( - + )} diff --git a/src/discussions/comments/comment/Reply.jsx b/src/discussions/comments/comment/Reply.jsx index c1ff1568..0d91876f 100644 --- a/src/discussions/comments/comment/Reply.jsx +++ b/src/discussions/comments/comment/Reply.jsx @@ -125,7 +125,7 @@ function Reply({ {isEditing ? setEditing(false)} /> - : } + : }