Skip to content

Commit

Permalink
Refs #140518 - Clear button.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Nov 22, 2021
1 parent d001ec7 commit 94eb1e4
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -346,18 +346,20 @@ div#page-document {
span.text {
display: block;
overflow: hidden;
max-width: calc(100% - 25px);
max-width: calc(100% - 35px);
float: left;
text-overflow: ellipsis;
white-space: nowrap;
}

span.clear-filters {
position: relative;
top: 1px;
color: @sf-azure;
float: left;
font-size: 13px;
button {
padding: 3px;
background: @sf-light-gray !important;
float: right;
color: @sf-azure;
font-size: 10px;
}
}
}
}
Expand Down

0 comments on commit 94eb1e4

Please sign in to comment.