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
+1
View File
@@ -8,6 +8,7 @@
margin-right: @field-label-margin-right;
color: @field-label-color;
text-align: left;
word-wrap: break-word;
&--center {
text-align: center;