From 3614645fa1b7316db07b3d78a025cf67948220b4 Mon Sep 17 00:00:00 2001
From: Chris Lawton <chris.lawton@torchbox.com>
Date: Mon, 7 Jan 2019 17:43:45 +0000
Subject: [PATCH] fixes bug where between open filters on mobile then resizing
 up to desktop

---
 opentech/static_src/src/sass/apply/components/_button.scss  | 1 +
 opentech/static_src/src/sass/apply/components/_filters.scss | 2 +-
 opentech/static_src/src/sass/apply/components/_form.scss    | 1 +
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/opentech/static_src/src/sass/apply/components/_button.scss b/opentech/static_src/src/sass/apply/components/_button.scss
index 932b2d80e..b5628e199 100644
--- a/opentech/static_src/src/sass/apply/components/_button.scss
+++ b/opentech/static_src/src/sass/apply/components/_button.scss
@@ -13,6 +13,7 @@
             width: 100%;
             height: 100%;
             text-align: center;
+            height: 45px;
         }
     }
 
diff --git a/opentech/static_src/src/sass/apply/components/_filters.scss b/opentech/static_src/src/sass/apply/components/_filters.scss
index 8c496efd0..f63af306c 100644
--- a/opentech/static_src/src/sass/apply/components/_filters.scss
+++ b/opentech/static_src/src/sass/apply/components/_filters.scss
@@ -28,7 +28,7 @@
             bottom: auto;
             height: auto;
             background: transparent;
-            max-height: 200px;
+            max-height: 85px;
         }
     }
 
diff --git a/opentech/static_src/src/sass/apply/components/_form.scss b/opentech/static_src/src/sass/apply/components/_form.scss
index 3a60d832c..ec3401f02 100644
--- a/opentech/static_src/src/sass/apply/components/_form.scss
+++ b/opentech/static_src/src/sass/apply/components/_form.scss
@@ -124,6 +124,7 @@
 
         @include media-query(tablet-landscape) {
             display: flex;
+            align-items: flex-start;
             padding: 10px 0 30px;
             opacity: 0;
             transition: opacity $transition;
-- 
GitLab