feat(Field): optimize word limit style (#4723)

This commit is contained in:
neverland 2019-10-15 10:07:29 +08:00 committed by GitHub
parent 6e152f3b7a
commit f54824aede
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -118,9 +118,11 @@
}
&__word-limit {
margin-top: @padding-base;
color: @field-word-limit-color;
font-size: @field-word-limit-font-size;
line-height: @field-word-limit-line-height;
text-align: right;
}
&--error {