diff --git a/src/main/web/src/organisms/comment/Comment.css b/src/main/web/src/organisms/comment/Comment.css index 05a47a07..4bf03cdf 100644 --- a/src/main/web/src/organisms/comment/Comment.css +++ b/src/main/web/src/organisms/comment/Comment.css @@ -13,6 +13,7 @@ display: flex; flex-direction: row; gap: 20px; + align-items: center; } .comment-text, .comment-author-date { diff --git a/src/main/web/src/organisms/comment/Comment.tsx b/src/main/web/src/organisms/comment/Comment.tsx index a9f00a06..99276513 100644 --- a/src/main/web/src/organisms/comment/Comment.tsx +++ b/src/main/web/src/organisms/comment/Comment.tsx @@ -116,9 +116,7 @@ export const Comment: React.FC = (props: CommentProps) => {
{formattedTime}
-
-
{text}
-
+
{text}