From 26171379d0196ac645923e72b12e1cf29089835b Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 5 Jan 2021 13:48:56 +0100 Subject: Use source sans 3 font --- client/src/app/menu/menu.component.scss | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/src/app/menu/menu.component.scss') diff --git a/client/src/app/menu/menu.component.scss b/client/src/app/menu/menu.component.scss index f369fa17a..6a49866b1 100644 --- a/client/src/app/menu/menu.component.scss +++ b/client/src/app/menu/menu.component.scss @@ -15,6 +15,7 @@ $menu-link-icon-margin-right: 18px; word-break: break-word; padding-right: 20px; transition: background-color .1s ease-in-out; + line-height: $line-height-normal; &.active { background-color: rgba(255, 255, 255, 0.15); @@ -208,6 +209,7 @@ menu { flex-direction: column; align-items: flex-start; border-top: 1px solid var(--greyForegroundColor); + line-height: $line-height-normal; a { @include menu-link; -- cgit v1.2.3