fix(theme/notify): word-break (#1464)

This commit is contained in:
yoyo 2024-03-05 17:42:30 +08:00 committed by GitHub
parent cf8905feb0
commit 74215437c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@
margin: 0;
padding: 0;
font-size: var(--ti-common-font-size-1);
word-break: break-all;
overflow-wrap: break-word;
white-space: pre-wrap;
}