style(Field): allow label word wrap (#6590)

This commit is contained in:
neverland 2020-06-21 21:40:00 +08:00 committed by GitHub
parent 49a9bcdaf2
commit cf4b9a4449
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;