fix: Badge RTL wrong placement (#34545)

This commit is contained in:
xrkffgg 2022-03-17 10:47:56 +08:00 committed by GitHub
parent 8501788138
commit 66bad24413
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
&:not(&-not-a-wrapper) &-count,
&:not(&-not-a-wrapper) &-dot,
&:not(&-not-a-wrapper) .@{number-prefix-cls}-custom-component {
.@{badge-prefix-cls}-rtl & {
.@{badge-prefix-cls}-rtl& {
right: auto;
left: 0;
direction: ltr;