Browse Source

Fix broken anchor, close #7712

pull/7716/head
afc163 7 years ago
parent
commit
91bbcd6f2c
  1. 4
      components/anchor/style/index.less

4
components/anchor/style/index.less

@ -41,7 +41,7 @@
display: none;
}
&-anchor-link {
&-link {
padding: 8px 0 8px 18px;
line-height: 1;
@ -65,7 +65,7 @@
}
}
&-anchor-link &-anchor-link {
&-link &-link {
padding-top: 6px;
padding-bottom: 6px;
}

Loading…
Cancel
Save