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