Skip to content

Commit 3ef8515

Browse files
fix: block overflow when editing comment (#706)
1 parent 3cc39d8 commit 3ef8515

File tree

1 file changed

+1
-1
lines changed
  • src/discussions/post-comments/comments/comment

1 file changed

+1
-1
lines changed

src/discussions/post-comments/comments/comment/Reply.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ const Reply = ({ responseId }) => {
129129
</div>
130130
<div
131131
className="bg-light-300 pl-4 pt-2.5 pr-2.5 pb-10px flex-fill"
132-
style={{ borderRadius: '0rem 0.375rem 0.375rem' }}
132+
style={{ borderRadius: '0rem 0.375rem 0.375rem', maxWidth: 'calc(100% - 50px)' }}
133133
>
134134
<div className="d-flex flex-row justify-content-between">
135135
<AuthorLabel

0 commit comments

Comments
 (0)