mirror of
https://github.com/Tencent/weui.git
synced 2026-03-13 08:02:03 +08:00
fix weui-msg的title和desc是英文的时候没有换行的问题
This commit is contained in:
@@ -19,10 +19,14 @@
|
||||
margin-bottom: @weuiMsgTitleGap;
|
||||
font-weight: 400;
|
||||
font-size: 20px;
|
||||
word-wrap:break-word;
|
||||
word-break:break-all;
|
||||
}
|
||||
.weui-msg__desc {
|
||||
font-size: 14px;
|
||||
color: @weuiTextColorGray;
|
||||
word-wrap:break-word;
|
||||
word-break:break-all;
|
||||
}
|
||||
.weui-msg__opr-area {
|
||||
margin-bottom: @weuiMsgOprGap;
|
||||
|
||||
Reference in New Issue
Block a user