Skip to content

Commit

Permalink
add max-width on wrapper, needed for ie11
Browse files Browse the repository at this point in the history
  • Loading branch information
Yen Truong committed Jun 3, 2021
1 parent 75b5273 commit a7af474
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
width: math.div($container-width-at-collapsed-filters-breakpoint, $breakpoint-collapsed-filters) * 100%;
}
width: var(--hh-answers-container-width);
max-width: var(--hh-answers-container-width);
}

.Answers-resultsWrapper {
Expand Down

0 comments on commit a7af474

Please sign in to comment.