optimize tag collection display

This commit is contained in:
doubaniux 2020-11-29 13:32:13 +01:00
parent 5ddc5960ae
commit 2568626c73
3 changed files with 7 additions and 1 deletions

View file

@ -1179,6 +1179,10 @@ select::placeholder {
width: 100%;
}
.entity-list .entity-list__entity-text .tag-collection {
margin-left: -3px;
}
.entity-list .entity-list__entity-link {
font-size: 1.2em;
}

File diff suppressed because one or more lines are too long

View file

@ -42,6 +42,8 @@ $sub-section-title-margin: 8px
overflow: hidden
width: 100%
// float: left
& .tag-collection
margin-left: -3px
& &__entity-link
font-size: 1.2em