Skip to content

Commit

Permalink
Refs #141511 - In horizontal cards mode keep - fix multiple columns o…
Browse files Browse the repository at this point in the history
…f cards on large screens issue.
  • Loading branch information
GhitaB committed Dec 2, 2021
1 parent c0f3c3a commit 0c2bdcc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/SearchBlock/less/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
@import '~./variables.less';

@media screen and (min-width: 750px) {
div.body-content div.col-mid div.ui.doubling.stackable.one.cards {
max-width: 1000px;
}

body.searchlib-page {
&.has-toolbar {
div#page-document {
Expand Down

0 comments on commit 0c2bdcc

Please sign in to comment.