From d70827d481ab63cf052143041b957700320bc627 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Tue, 27 Dec 2022 21:13:02 +0100 Subject: [PATCH] restore style MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- app/styles/components/display-name.scss | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app/styles/components/display-name.scss b/app/styles/components/display-name.scss index ac69d9608..fca752408 100644 --- a/app/styles/components/display-name.scss +++ b/app/styles/components/display-name.scss @@ -9,8 +9,10 @@ bdi { min-width: 0; } -} -.display-name__account { - font-size: 14px; + &__account { + position: relative; + font-weight: 600; + font-size: 14px; + } }