From 145142313129e075bb5b98a72e94867773b520a4 Mon Sep 17 00:00:00 2001 From: Ihor Romaniuk Date: Tue, 11 Jun 2024 14:23:27 +0200 Subject: [PATCH] fix: block overflow when editing comment (#710) --- 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 1860cfcb..a1343289 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 }) => {