diff --git a/src/components/comment/CommentTextBlock/styles.module.scss b/src/components/comment/CommentTextBlock/styles.module.scss index f99189e4..09814017 100644 --- a/src/components/comment/CommentTextBlock/styles.module.scss +++ b/src/components/comment/CommentTextBlock/styles.module.scss @@ -29,7 +29,7 @@ color: $wisegreen; } - & :last-child::after { + & > :last-child::after { display: inline-block; content: " "; height: 1em; diff --git a/src/components/main/Header/index.tsx b/src/components/main/Header/index.tsx index 014e12a1..3f6cd6d9 100644 --- a/src/components/main/Header/index.tsx +++ b/src/components/main/Header/index.tsx @@ -80,7 +80,7 @@ const HeaderUnconnected: FC = memo(
- +