From 87dc89ec731d75a67af9b589d247eb2ba2d130e5 Mon Sep 17 00:00:00 2001 From: Ihor Romaniuk Date: Wed, 9 Oct 2024 14:59:17 +0200 Subject: [PATCH] fix: block overflow when editing comment (#705) --- 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 74af1c9e..6b58e2ee 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 }) => {