Browse Source

fix: Card actions divider on rtl (#28915)

* fix: Card actions divider on rtl

* style: Remove border variable
pull/28936/head
Hossein Alimadad 4 years ago
committed by GitHub
parent
commit
d943b85a52
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      components/card/style/index.less

5
components/card/style/index.less

@ -206,6 +206,11 @@
&:not(:last-child) {
border-right: @border-width-base @border-style-base @border-color-split;
.@{card-prefix-cls}-rtl & {
border-right: none;
border-left: @border-width-base @border-style-base @border-color-split;
}
}
}
}

Loading…
Cancel
Save