fix(Field): can't display six characters in iOS (#6743)

This commit is contained in:
neverland
2020-07-09 14:39:07 +08:00
committed by GitHub
parent 650aa8503a
commit 53e64d229f
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -343,7 +343,7 @@
@empty-bottom-margin-top: 24px;
// Field
@field-label-width: 6em;
@field-label-width: 6.2em;
@field-label-color: @gray-7;
@field-label-margin-right: @padding-sm;
@field-input-text-color: @text-color;