diff --git a/src/amo/components/Search/styles.scss b/src/amo/components/Search/styles.scss index 4f11780a668..e2fa8b49c02 100644 --- a/src/amo/components/Search/styles.scss +++ b/src/amo/components/Search/styles.scss @@ -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;