From e20de99974c4ebe920005658dd7a0d65980f2b51 Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Fri, 21 Jul 2023 12:19:57 +0100 Subject: [PATCH] [ACS-5687] info drawer layout fix for header (#8772) --- lib/core/src/lib/info-drawer/info-drawer-layout.component.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/core/src/lib/info-drawer/info-drawer-layout.component.scss b/lib/core/src/lib/info-drawer/info-drawer-layout.component.scss index 21650000313..f86ed3f3ed5 100644 --- a/lib/core/src/lib/info-drawer/info-drawer-layout.component.scss +++ b/lib/core/src/lib/info-drawer/info-drawer-layout.component.scss @@ -33,6 +33,7 @@ $adf-info-drawer-icon-size-half: 24px !default; padding: 13px 0 0 23px; display: flex; justify-content: space-between; + align-items: center; margin-bottom: 40px; &-buttons {