Browse Source

style: optimize tag rtl style (#23464)

pull/23465/head
xrkffgg 5 years ago
committed by GitHub
parent
commit
d7e97aa996
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      components/tag/style/rtl.less

8
components/tag/style/rtl.less

@ -17,4 +17,12 @@
margin-left: 0;
}
}
> .@{iconfont-css-prefix} + span,
> span + .@{iconfont-css-prefix} {
.@{tag-prefix-cls}-rtl& {
margin-right: 7px;
margin-left: 0;
}
}
}

Loading…
Cancel
Save