From 3ef851589106a3f2075435d2b03986fc32291773 Mon Sep 17 00:00:00 2001 From: Ihor Romaniuk Date: Tue, 10 Dec 2024 08:19:40 +0100 Subject: [PATCH] fix: block overflow when editing comment (#706) --- src/discussions/post-comments/comments/comment/Reply.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/discussions/post-comments/comments/comment/Reply.jsx b/src/discussions/post-comments/comments/comment/Reply.jsx index 1860cfcb5..a13432898 100644 --- a/src/discussions/post-comments/comments/comment/Reply.jsx +++ b/src/discussions/post-comments/comments/comment/Reply.jsx @@ -129,7 +129,7 @@ const Reply = ({ responseId }) => {