From 8a60a267018743c2effac9ca864c67be7af3771d Mon Sep 17 00:00:00 2001 From: dominikiwanekhyland <141320833+dominikiwanekhyland@users.noreply.github.com> Date: Fri, 30 Aug 2024 15:50:01 +0200 Subject: [PATCH] [ACS-8682] - [ACA] alignment missing on notification message and photo on notifications popup (#10149) --- .../components/notification-history.component.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/core/src/lib/notifications/components/notification-history.component.scss b/lib/core/src/lib/notifications/components/notification-history.component.scss index f5a9e792fa..6ecc0c5a1b 100644 --- a/lib/core/src/lib/notifications/components/notification-history.component.scss +++ b/lib/core/src/lib/notifications/components/notification-history.component.scss @@ -63,6 +63,8 @@ $notification-item-height: 72px; .adf-notification-history-menu-item { cursor: pointer; height: $notification-item-height; + align-items: center; + padding-left: 16px; } .adf-notification-history-menu-item:focus {