fix: rlt style of columns (#26479)

* Fix rlt issue for columns

This fix should exist in rtl styles.

* Update rtl.less
This commit is contained in:
Moein Alizadeh 2020-08-29 16:03:28 +04:30 committed by GitHub
parent bf72f5538a
commit 6b90477b53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,6 @@
.@{ant-prefix}-col {
&&-rtl {
float: right;
width: 100%;
}
}