Skip to content

Commit

Permalink
style: add border for comment content
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranav016 committed May 2, 2022
1 parent 4347d74 commit 11c592c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/SingleComment/SingleComment.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@
width: 2vh;
}

.comment-content {
padding: 0.5vh;
border: 1px solid grey;
border-radius: 15px;
}

.comment-card .comment-footer {
display: flex;
flex-direction: row;
Expand Down

1 comment on commit 11c592c

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.