diff options
Diffstat (limited to 'client/src/app/menu')
-rw-r--r-- | client/src/app/menu/menu.component.scss | 2 |
1 files changed, 2 insertions, 0 deletions
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; | |||
15 | word-break: break-word; | 15 | word-break: break-word; |
16 | padding-right: 20px; | 16 | padding-right: 20px; |
17 | transition: background-color .1s ease-in-out; | 17 | transition: background-color .1s ease-in-out; |
18 | line-height: $line-height-normal; | ||
18 | 19 | ||
19 | &.active { | 20 | &.active { |
20 | background-color: rgba(255, 255, 255, 0.15); | 21 | background-color: rgba(255, 255, 255, 0.15); |
@@ -208,6 +209,7 @@ menu { | |||
208 | flex-direction: column; | 209 | flex-direction: column; |
209 | align-items: flex-start; | 210 | align-items: flex-start; |
210 | border-top: 1px solid var(--greyForegroundColor); | 211 | border-top: 1px solid var(--greyForegroundColor); |
212 | line-height: $line-height-normal; | ||
211 | 213 | ||
212 | a { | 214 | a { |
213 | @include menu-link; | 215 | @include menu-link; |