fix(notification): fix style of break word (#1701)

This commit is contained in:
kooriookami 2021-03-28 10:34:45 +08:00 committed by GitHub
parent 8f256b18f7
commit 4365ffb760
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,8 +12,10 @@
background-color: $--color-white;
box-shadow: $--notification-shadow;
transition: opacity .3s, transform .3s, left .3s, right .3s, top 0.4s, bottom .3s;
overflow-wrap: anywhere;
overflow: hidden;
z-index: 9999;
&.right {
right: 16px;
}
@ -41,7 +43,6 @@
margin: 6px 0 0 0;
color: $--notification-content-color;
text-align: justify;
word-break: break-all;
p {
margin: 0;