From 9f66c1bee298377811534454df24398ed04271c9 Mon Sep 17 00:00:00 2001 From: Chris Lawton <chris.lawton@torchbox.com> Date: Thu, 14 Feb 2019 09:18:24 +0000 Subject: [PATCH] cater for more than two lines in the status block --- .../static_src/src/sass/apply/components/_status-block.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 f8acf13d1..0b307dd38 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; -- GitLab