mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
style(Field): allow label word wrap (#6590)
This commit is contained in:
parent
49a9bcdaf2
commit
cf4b9a4449
@ -8,6 +8,7 @@
|
|||||||
margin-right: @field-label-margin-right;
|
margin-right: @field-label-margin-right;
|
||||||
color: @field-label-color;
|
color: @field-label-color;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
word-wrap: break-word;
|
||||||
|
|
||||||
&--center {
|
&--center {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user