diff --git a/src/components/EmbeddedNote/EmbeddedNote.module.scss b/src/components/EmbeddedNote/EmbeddedNote.module.scss index af9162f..e1b3f29 100644 --- a/src/components/EmbeddedNote/EmbeddedNote.module.scss +++ b/src/components/EmbeddedNote/EmbeddedNote.module.scss @@ -30,14 +30,14 @@ .userInfo { font-size: 16px; - line-height: 16px; + line-height: 18px; font-weight: 400; display: flex; align-items: center; width: auto; .userName { font-size: 16px; - line-height: 16px; + line-height: 18px; font-weight: 700; color: var(--text-primary); max-width: 150px;