diff --git a/opentech/static_src/src/sass/apply/components/_status-block.scss b/opentech/static_src/src/sass/apply/components/_status-block.scss index f8acf13d15c9d67a805d8e570fa3f917e0ae7e53..0b307dd38e7bdefd957477a60ee2b064143f2fd1 100644 --- a/opentech/static_src/src/sass/apply/components/_status-block.scss +++ b/opentech/static_src/src/sass/apply/components/_status-block.scss @@ -51,7 +51,7 @@ font-weight: $weight--semibold; @include media-query(tablet-landscape) { - height: 55px; + min-height: 55px; } } @@ -63,7 +63,6 @@ @include media-query(tablet-landscape) { opacity: 0; pointer-events: none; - height: 55px; #{$root}__item:hover & { opacity: 1;