Fix a FormItem mis-align bug, close #4271

This commit is contained in:
afc163 2016-12-16 20:24:22 +08:00
parent 05e9587ec8
commit 48de73b721

View File

@ -23,6 +23,7 @@ label {
margin-right: 4px; margin-right: 4px;
content: "*"; content: "*";
font-family: SimSun; font-family: SimSun;
line-height: 1;
font-size: @font-size-base; font-size: @font-size-base;
color: @label-required-color; color: @label-required-color;
} }