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 8f9054d commit ce4aa1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,8 @@ div#page-document {
}

div.filter-list-item.more-like-this > .labels > .label {
overflow: hidden;
max-width: 100%;
padding: 0px;
margin: 0px;
}
Expand All @@ -225,6 +227,7 @@ div#page-document {
}

.card {
width: 100% !important;
border: 1px solid @sf-light-gray2;
margin: 3px 0px 3px 0px;
border-radius: 3px;
Expand Down

0 comments on commit ce4aa1e

Please sign in to comment.