Skip to content

Commit

Permalink
Refs #140518 - Improve labels, get rid of ellipsis.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Nov 12, 2021
1 parent 62cb405 commit fe0243d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,10 @@ div#page-document {
font-size: 12px;
}

div.filter-list-item {
max-width: 100%;
}

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

Expand Down Expand Up @@ -331,16 +335,18 @@ div#page-document {
background: white;

div.label {
max-width: 100%;
background: @sf-light-gray !important;
color: @sf-azure;
font-weight: 600;

span.text {
display: block;
overflow: hidden;
max-width: 95px;
max-width: calc(100% - 14px);
padding-right: 14px;
float: left;
text-overflow: ellipsis;
text-overflow: hidden;
white-space: nowrap;
}
}
Expand Down

0 comments on commit fe0243d

Please sign in to comment.