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; }