fix(Field): incorrect label length when label-align is right (#7349)

This commit is contained in:
neverland 2020-10-16 20:31:34 +08:00 committed by GitHub
parent a75b46feef
commit b4f2f2f330
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,6 @@
}
&--right {
padding-right: @padding-md;
text-align: right;
}
}