Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f2aa7e9e89 |
@@ -99,7 +99,7 @@ function PostCommentsView({ intl }) {
|
||||
)
|
||||
)}
|
||||
<div
|
||||
className="discussion-comments d-flex flex-column card border-0 post-card-margin post-card-padding"
|
||||
className="discussion-comments d-flex flex-column card border-0 post-card-margin post-card-padding on-focus"
|
||||
>
|
||||
<Post post={thread} handleAddResponseButton={() => setAddingResponse(true)} />
|
||||
{!thread.closed && (
|
||||
|
||||
Reference in New Issue
Block a user