fix: block overflow when editing comment (#710)

This commit is contained in:
Ihor Romaniuk
2024-06-11 14:23:27 +02:00
committed by GitHub
parent d2139ae517
commit 1451423131

View File

@@ -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