fix: style issues in add response bottom section (#250)

This commit is contained in:
Mehak Nasir
2022-08-15 14:55:36 +05:00
committed by GitHub
parent ef9cfd7287
commit 67618ab732

View File

@@ -18,7 +18,7 @@ function ResponseEditor({
return addingResponse
? (
<div className={classNames({ 'bg-white p-4': addWrappingDiv })}>
<div className={classNames({ 'bg-white p-4 mb-4 rounded': addWrappingDiv })}>
<CommentEditor
comment={{ threadId: postId }}
edit={false}