Skip to content

Commit

Permalink
Refs #140518 - Fix extra facets box width and btn position.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Nov 1, 2021
1 parent 30cf40a commit 202c71a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -309,8 +309,8 @@ div#page-document {
div.extra-facets {
position: absolute;
z-index: 10;
width: calc(100% - 42px);
max-width: 558px;
width: 95%;
max-width: 570px;
flex-wrap: wrap;
padding: 10px;
border: 1px solid @sf-medium-gray;
Expand Down Expand Up @@ -362,7 +362,7 @@ div#page-document {

div.terms-box {
display: flex;
width: calc(95%);
width: 95%;
padding: 10px;
border: 1px solid @sf-medium-gray;

Expand Down Expand Up @@ -395,7 +395,7 @@ div#page-document {
}

div.input-controls {
margin-top: auto;
margin-top: 2px;
margin-left: auto;

div.show-extra-facets {
Expand Down

0 comments on commit 202c71a

Please sign in to comment.