From 5694ecd8d14b54d65752b634dc6f009daf253c4e Mon Sep 17 00:00:00 2001 From: Aayush Rohila Date: Tue, 31 Jan 2023 18:29:40 +0530 Subject: [PATCH] white-space set to normal --- .../components/notification-history.component.scss | 2 ++ 1 file changed, 2 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..0e88e4152e 100644 --- a/lib/core/src/lib/notifications/components/notification-history.component.scss +++ b/lib/core/src/lib/notifications/components/notification-history.component.scss @@ -28,6 +28,8 @@ &-message, &-no-message { font-size: var(--theme-body-1-font-size) !important; + white-space: normal !important; + overflow: visible !important; } &-date {