Compare commits

..

1 Commits

Author SHA1 Message Date
ayeshoali
07ec3486a0 fix: fixed post coment actions menu accessibilty for keyboard 2023-03-01 18:09:35 +05:00

View File

@@ -99,7 +99,7 @@ function PostCommentsView({ intl }) {
)
)}
<div
className="discussion-comments d-flex flex-column card border-0 post-card-margin post-card-padding on-focus"
className="discussion-comments d-flex flex-column card border-0 post-card-margin post-card-padding"
>
<Post post={thread} handleAddResponseButton={() => setAddingResponse(true)} />
{!thread.closed && (