Skip to content

Commit

Permalink
Fix left column contents size issue on smaller screen.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Sep 23, 2021
1 parent c1f6444 commit f503d3e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -231,3 +231,16 @@ div#page-document {
top: 1em;
}
}

@media only screen and (max-width: 1080px) {
div.facets {
div.toggleSort {
display: initial;

select.match-select {
margin-bottom: 3px;
margin-left: 0px;
}
}
}
}

0 comments on commit f503d3e

Please sign in to comment.