optimize tag collection display
This commit is contained in:
parent
5ddc5960ae
commit
2568626c73
3 changed files with 7 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
2
common/static/css/boofilsic.min.css
vendored
2
common/static/css/boofilsic.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue