Skip to content

Commit

Permalink
Fix column height calculation in ESR (#4034)
Browse files Browse the repository at this point in the history
* Fix column height calculation in ESR

* Add link to github issue.
  • Loading branch information
muffinresearch authored Dec 5, 2017
1 parent f738792 commit 82ed76e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/amo/components/Search/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@
grid-row: 2 / 5;
// Allows the grid item to contain the content preventing overflow.
min-width: 0;
// Hack to force column height calculations in ESR 52.
// See: https://github.com/mozilla/addons/issues/566
width: 100%;

.SearchResult {
padding: 24px 36px;
Expand Down

0 comments on commit 82ed76e

Please sign in to comment.