Skip to content

Commit

Permalink
fix(notify): fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shenjunjian committed Oct 19, 2024
1 parent 88f535d commit 6ea33e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/theme/src/notify/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,9 @@
.@{notify-prefix-cls}__content-wrapper {
color: var(--tv-Notify-msg-text-color);
font-size: var(--tv-Notify-msg-font-size);
word-break: break-word;
max-height: var(--tv-Notify-msg-max-height);
word-break: break-word;
white-space: pre-wrap;

.@{notify-prefix-cls}__content {
overflow-wrap: break-word;
Expand Down

0 comments on commit 6ea33e4

Please sign in to comment.