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