mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 14:13:37 +08:00
fix: Breadcrumb link margin (#24490)
* fix: breadcrumb a 标签添加间距 * Update components/breadcrumb/style/index.less Co-authored-by: 偏右 <afc163@gmail.com> * chore: fix in rtl * chore: add changelog * chore: remove changelog Co-authored-by: 偏右 <afc163@gmail.com>
This commit is contained in:
parent
b2e92d38eb
commit
d5e7187d9d
@ -38,7 +38,8 @@
|
||||
}
|
||||
|
||||
&-link {
|
||||
> .@{iconfont-css-prefix} + span {
|
||||
> .@{iconfont-css-prefix} + span,
|
||||
> .@{iconfont-css-prefix} + a {
|
||||
margin-left: 4px;
|
||||
}
|
||||
}
|
||||
|
@ -14,7 +14,8 @@
|
||||
}
|
||||
|
||||
&-link {
|
||||
> .@{iconfont-css-prefix} + span {
|
||||
> .@{iconfont-css-prefix} + span,
|
||||
> .@{iconfont-css-prefix} + a {
|
||||
.@{breadcrumb-prefix-cls}-rtl & {
|
||||
margin-right: 4px;
|
||||
margin-left: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user