style(Field): label width use em unit (#6589)

This commit is contained in:
neverland
2020-06-21 21:36:22 +08:00
committed by GitHub
parent c8defcb0f9
commit 49a9bcdaf2
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: 84px;
@field-label-width: 6em;
@field-label-color: @gray-7;
@field-label-margin-right: @padding-sm;
@field-input-text-color: @text-color;