Skip to content

Commit 3b5700a

Browse files
authored
fix(web): 修复showToast中title为英文短句时单词拆分异常的问题 (question/297992)
1 parent 84a0e7c commit 3b5700a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/uni-h5/style/api/toast.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ uni-toast {
3131
font-size: 13px;
3232
text-align: center;
3333
max-width: 100%;
34-
word-break: break-all;
34+
word-break: break-word;
3535
white-space: normal;
3636
}
3737

0 commit comments

Comments
 (0)