style: fix result style in rtl (#23733)

This commit is contained in:
xrkffgg 2020-04-29 13:20:43 +08:00 committed by GitHub
parent 6391df163b
commit e5c664f7f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@
&:last-child {
.@{result-prefix-cls}-rtl & {
margin-left: 8px;
margin-left: 0;
}
}
}