mirror of
https://github.com/element-plus/element-plus.git
synced 2025-01-24 11:05:17 +08:00
fix(notification): css word break (#1699)
This commit is contained in:
parent
a25bda188a
commit
e7bff99ece
@ -41,6 +41,7 @@
|
||||
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