Skip to content

Commit

Permalink
Refs #140518 - Move Clear icon near the facet title.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Nov 9, 2021
1 parent 272acc5 commit 111a159
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,15 @@ div#page-document {
font-size: 16px;
font-weight: 400;

span.text {
display: block;
overflow: hidden;
max-width: calc(100% - 25px);
float: left;
text-overflow: ellipsis;
white-space: nowrap;
}

span.clear-filters {
color: @sf-azure;
font-size: 14px;
Expand Down

0 comments on commit 111a159

Please sign in to comment.