mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-04 20:27:44 +08:00
fix(notification): fix style of break word (#1701)
This commit is contained in:
parent
8f256b18f7
commit
4365ffb760
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user