forked from opentiny/tiny-vue
fix(theme/notify): word-break (#1464)
This commit is contained in:
parent
cf8905feb0
commit
74215437c3
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue