From 3d60d0127bdb617080e472da609dd2107d9f09a7 Mon Sep 17 00:00:00 2001 From: Peter Bastiani Date: Tue, 16 Feb 2021 17:23:15 +0100 Subject: [PATCH] AW-1959 Fix? --- projects/common/src/fm/components/app/app.component.scss | 2 +- .../src/fm/components/help-menu/help-menu.component.html | 2 +- src/app/app-routing.module.ts | 5 +++++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/projects/common/src/fm/components/app/app.component.scss b/projects/common/src/fm/components/app/app.component.scss index 3735e89..763dc46 100644 --- a/projects/common/src/fm/components/app/app.component.scss +++ b/projects/common/src/fm/components/app/app.component.scss @@ -125,7 +125,7 @@ body { background: #f1f1f1; line-height: 18px; user-select:none;font-family: Lat max-height:0em; } -fm-app-menu,fm-user-menu,fm-notification-menu { +fm-help-menu,fm-app-menu,fm-user-menu,fm-notification-menu { display: inline-block; margin-left: 1rem; } diff --git a/projects/common/src/fm/components/help-menu/help-menu.component.html b/projects/common/src/fm/components/help-menu/help-menu.component.html index 09c570d..c679e87 100644 --- a/projects/common/src/fm/components/help-menu/help-menu.component.html +++ b/projects/common/src/fm/components/help-menu/help-menu.component.html @@ -1,6 +1,6 @@