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
-1
View File
@@ -15,7 +15,6 @@
}
&--right {
padding-right: @padding-md;
text-align: right;
}
}