Skip to content

Commit

Permalink
Refs #139198 - Improve spacing for facet search active content.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Sep 24, 2021
1 parent 08fe3ba commit 7bb6326
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,20 @@ div#page-document {
div.searchapp {
background-color: @s-light-gray;

div.sui-facet-search i.icon.search {
position: relative;
top: 2px;
left: 7px;
div.sui-facet-search {
margin: 0px;

i.icon.search {
position: relative !important;
top: 2px;
left: 7px;
}
}

div.facets {
div.content.active {
padding-top: 0px;
}
}

div.body-content {
Expand Down

0 comments on commit 7bb6326

Please sign in to comment.