From 1042fd4506619149c852c809adca1db52828423e Mon Sep 17 00:00:00 2001 From: splincode Date: Sat, 21 Oct 2023 14:37:14 +0300 Subject: [PATCH] fix(core): auto break words in notification --- projects/core/components/notification/notification.style.less | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/core/components/notification/notification.style.less b/projects/core/components/notification/notification.style.less index 90dfa42084b7..eddb42c60a64 100644 --- a/projects/core/components/notification/notification.style.less +++ b/projects/core/components/notification/notification.style.less @@ -79,6 +79,7 @@ .t-content { flex: 1; + overflow: hidden; word-wrap: break-word; color: var(--tui-text-01); }