diff --git a/lib/core/src/lib/notifications/components/notification-history.component.html b/lib/core/src/lib/notifications/components/notification-history.component.html index afde112e85..b13cab8d15 100644 --- a/lib/core/src/lib/notifications/components/notification-history.component.html +++ b/lib/core/src/lib/notifications/components/notification-history.component.html @@ -34,23 +34,26 @@ + -
-
- - {{notification.icon}} - -
-

{{ message }}

-

{{notification.datetime | adfTimeAgo}}

+
+
+
+ + {{notification.icon}} + +
+

{{ message }}

+

{{notification.datetime | adfTimeAgo}}

+
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 039dc67209..3783892c11 100644 --- a/lib/core/src/lib/notifications/components/notification-history.component.scss +++ b/lib/core/src/lib/notifications/components/notification-history.component.scss @@ -4,17 +4,15 @@ $notification-item-height: 72px; .adf { &-notification-history-list { - /* stylelint-disable */ - .mat-mdc-list-item-unscoped-content { + .adf-notification-history-menu-item-content-wrapper { height: 100%; - display: flex !important; - align-items: center !important; + display: flex; + align-items: center; } .mdc-list-item__secondary-text::before { height: auto; } - /* stylelint-enable */ } &-notification-history-menu-item-content {