From cebdb0ee72b8662a8caeea6c694af0dcf73f16ab Mon Sep 17 00:00:00 2001 From: Aayush Rohila Date: Fri, 24 Feb 2023 16:36:37 +0530 Subject: [PATCH] [ACS-4277] PR fix --- .../components/notification-history.component.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 76f7510d55..ea86d5ad46 100644 --- a/lib/core/src/lib/notifications/components/notification-history.component.scss +++ b/lib/core/src/lib/notifications/components/notification-history.component.scss @@ -70,6 +70,7 @@ } } -.mat-list-base .mat-list-item .mat-line { +.mat-list-base .mat-list-item.adf-notification-history-menu-no-message .mat-line, +.mat-list-base .mat-list-item .adf-notification-history-menu-message.mat-line { white-space: normal; }