Skip to content

Commit

Permalink
Refs #141511 - Results layout based on selected view.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Dec 3, 2021
1 parent 3184ee0 commit 1c0952a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/SearchBlock/less/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -847,10 +847,15 @@ div#page-document {
}
}

div.results-layout {
&.fixed {
max-width: @search-result-max-width;
}
}

div.search-result {
overflow: auto;
width: 100%;
max-width: @search-result-max-width;
padding-bottom: 5px;
margin-top: 5px;
clear: both;
Expand Down

0 comments on commit 1c0952a

Please sign in to comment.