Skip to content

Commit

Permalink
fix: block overflow when editing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ihor-romaniuk committed Sep 4, 2024
1 parent 5e8c825 commit 2e4b9dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/discussions/post-comments/comments/comment/Reply.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ const Reply = ({ responseId }) => {
</div>
<div
className="bg-light-300 pl-4 pt-2.5 pr-2.5 pb-10px flex-fill"
style={{ borderRadius: '0rem 0.375rem 0.375rem' }}
style={{ borderRadius: '0rem 0.375rem 0.375rem', maxWidth: 'calc(100% - 50px)' }}
>
<div className="d-flex flex-row justify-content-between">
<AuthorLabel
Expand Down

0 comments on commit 2e4b9dd

Please sign in to comment.