Skip to content

Commit

Permalink
Refs #143873 - Limit the width of facets column on large screens.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Jan 10, 2022
1 parent 191b45a commit 4cddd91
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/SearchBlock/less/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -1131,9 +1131,9 @@ div#page-document {

div.item {
padding: 5px !important;
font-size: 10px;
background: @sf-azure;
color: white;
font-size: 10px;
font-weight: 400;
}
}
Expand Down Expand Up @@ -1688,6 +1688,13 @@ div.ui.modal.facet {
}

@media only screen and (min-width: 770px) {
div.col-left {
div.scrolled {
max-width: 280px;
margin-left: auto;
}
}

div.searchapp {
&.landing-page {
div.landing-page-container {
Expand Down

0 comments on commit 4cddd91

Please sign in to comment.