From 414f40bde924fc8b5847b340d1aa5898e4be9d88 Mon Sep 17 00:00:00 2001 From: Aayush Rohila Date: Mon, 6 Feb 2023 17:34:23 +0530 Subject: [PATCH] Changed white sapce to normal in order to make longer notifications message visible. --- .../components/notification-history.component.scss | 4 ++++ 1 file changed, 4 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 5f8cfeac76..76f7510d55 100644 --- a/lib/core/src/lib/notifications/components/notification-history.component.scss +++ b/lib/core/src/lib/notifications/components/notification-history.component.scss @@ -69,3 +69,7 @@ padding: 0; } } + +.mat-list-base .mat-list-item .mat-line { + white-space: normal; +}