From 4a9f8bd783639495ad59f1744aa9cedd0b99f6cf Mon Sep 17 00:00:00 2001
From: Chris Lawton <chris.lawton@torchbox.com>
Date: Fri, 22 Feb 2019 16:43:09 +0000
Subject: [PATCH] fix status block listings in ie

---
 opentech/static_src/src/sass/apply/components/_status-block.scss | 1 +
 1 file changed, 1 insertion(+)

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 4184cf264..f7acc3acc 100644
--- a/opentech/static_src/src/sass/apply/components/_status-block.scss
+++ b/opentech/static_src/src/sass/apply/components/_status-block.scss
@@ -56,6 +56,7 @@
 
     &__title {
         font-weight: $weight--semibold;
+        width: 100%;
     }
 
     &__link {
-- 
GitLab