adjust anchor style

fix #12520
This commit is contained in:
zombiej 2018-10-10 19:15:55 +08:00
parent ec9f8ab7ce
commit 5b6957d570

View File

@ -51,8 +51,8 @@
} }
&-link { &-link {
padding: 8px 0 8px 16px; padding: 7px 0 7px 16px;
line-height: 1; line-height: 1.143;
&-title { &-title {
display: block; display: block;
@ -62,7 +62,7 @@
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
margin-bottom: 8px; margin-bottom: 6px;
&:only-child { &:only-child {
margin-bottom: 0; margin-bottom: 0;
@ -75,7 +75,7 @@
} }
&-link &-link { &-link &-link {
padding-top: 6px; padding-top: 5px;
padding-bottom: 6px; padding-bottom: 5px;
} }
} }