From 08027cd8ffe9d0a36ae49c0a3fd4152975dd4a2c Mon Sep 17 00:00:00 2001 From: Bojan Mojsilovic Date: Wed, 7 Feb 2024 18:08:42 +0100 Subject: [PATCH] Fix --- src/components/EmbeddedNote/EmbeddedNote.module.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;