From c5712c48a8752702f088a72b0ec874797c1bfee3 Mon Sep 17 00:00:00 2001 From: Miodec Date: Tue, 19 Apr 2022 18:07:15 +0200 Subject: [PATCH] fixed account name alignment --- frontend/src/styles/nav.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/styles/nav.scss b/frontend/src/styles/nav.scss index 5bbf39dff..1d5dd6fc7 100644 --- a/frontend/src/styles/nav.scss +++ b/frontend/src/styles/nav.scss @@ -12,7 +12,7 @@ .text-button { .text { font-size: 0.65rem; - line-height: 0.65rem; + line-height: 1rem; align-self: center; margin-left: 0.25rem; }