From 7bbcc9b432aa6ac9ae680aa650aee04a9a20cca6 Mon Sep 17 00:00:00 2001 From: Tomasz Nastaly Date: Thu, 4 Apr 2024 16:00:30 +0200 Subject: [PATCH] [ACS-7419] Fix broken styling of notifications, apply pr remarks --- .../notifications/components/notification-history.component.scss | 1 + 1 file changed, 1 insertion(+) 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 0a640700fe..b1e4354188 100644 --- a/lib/core/src/lib/notifications/components/notification-history.component.scss +++ b/lib/core/src/lib/notifications/components/notification-history.component.scss @@ -10,6 +10,7 @@ $notification-item-height: 72px; align-items: center; } + /* stylelint-disable selector-class-pattern */ .mdc-list-item__secondary-text::before { height: auto; }