Skip to content

Commit

Permalink
Refs #140518 - Fix labels style for filter list item.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Nov 5, 2021
1 parent 8db81ee commit 8f9054d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -194,13 +194,13 @@ div#page-document {
font-size: 12px;
}

div.filter-list-item {
div.filter-list-item.more-like-this {
margin-bottom: 1em;
}

.label {
padding: 0px;
margin: 0px;
}
div.filter-list-item.more-like-this > .labels > .label {
padding: 0px;
margin: 0px;
}

div.mlt-filter {
Expand Down

0 comments on commit 8f9054d

Please sign in to comment.