Skip to content

Commit 82ed76e

Browse files
Fix column height calculation in ESR (#4034)
* Fix column height calculation in ESR * Add link to github issue.
1 parent f738792 commit 82ed76e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/amo/components/Search/styles.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@
4848
grid-row: 2 / 5;
4949
// Allows the grid item to contain the content preventing overflow.
5050
min-width: 0;
51+
// Hack to force column height calculations in ESR 52.
52+
// See: https://github.com/mozilla/addons/issues/566
53+
width: 100%;
5154

5255
.SearchResult {
5356
padding: 24px 36px;

0 commit comments

Comments
 (0)