From 9c64f7fb9dc6feb31fb1330fecdafa8fd311468c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartosz=20Seku=C5=82a?= Date: Tue, 9 Nov 2021 12:14:06 +0100 Subject: [PATCH] [AAE-6346] ADW Header is not aligned to right (#7356) --- lib/core/layout/components/header/header.component.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/core/layout/components/header/header.component.scss b/lib/core/layout/components/header/header.component.scss index 741ef75a46..9afb99b8f8 100644 --- a/lib/core/layout/components/header/header.component.scss +++ b/lib/core/layout/components/header/header.component.scss @@ -28,6 +28,10 @@ adf-layout-header .mat-toolbar-single-row { font-weight: 100; } + .adf-toolbar--spacer { + flex: 1 1 auto; + } + .adf-toolbar-divider { margin: 0 5px;