From 11c592c782de7b894d5e24a45dbb691e69747f43 Mon Sep 17 00:00:00 2001 From: Pranav Date: Mon, 2 May 2022 07:02:17 +0530 Subject: [PATCH] style: add border for comment content --- src/components/SingleComment/SingleComment.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/components/SingleComment/SingleComment.css b/src/components/SingleComment/SingleComment.css index f8d19f4..abe151f 100644 --- a/src/components/SingleComment/SingleComment.css +++ b/src/components/SingleComment/SingleComment.css @@ -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;