style: fix badge rtl num (#22665)

This commit is contained in:
xrkffgg 2020-03-27 15:31:26 +08:00 committed by GitHub
parent 567e8a14c6
commit daef12a1f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,7 @@
.@{badge-prefix-cls}-rtl & {
right: auto;
left: 0;
direction: ltr;
transform: translate(-50%, -50%);
transform-origin: 0% 0%;
}