fix(notification): css word break (#1699)

This commit is contained in:
xiejiahe 2021-03-27 18:11:15 +08:00 committed by GitHub
parent a25bda188a
commit e7bff99ece
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,6 +41,7 @@
margin: 6px 0 0 0;
color: $--notification-content-color;
text-align: justify;
word-break: break-all;
p {
margin: 0;