diff --git a/opentech/apply/funds/templates/funds/submissions.html b/opentech/apply/funds/templates/funds/submissions.html
index 41f9721b81c9a1342ddd28e084f70ef201b3135c..419bc203be9ed31710b35e1538022e6dea759e3d 100644
--- a/opentech/apply/funds/templates/funds/submissions.html
+++ b/opentech/apply/funds/templates/funds/submissions.html
@@ -30,7 +30,9 @@
             <form action="" method="get" class="form form--filters">
                 <ul class="form__filters select2 js-filter-list">
                     {{ filter.form.as_ul }}
-                    <button class="button button--primary" type="submit" value="Filter">Filter</button>
+                    <li>
+                        <button class="button button--primary" type="submit" value="Filter">Filter</button>
+                    </li>
                 </ul>
             </form>
         </div>
diff --git a/opentech/static_src/src/sass/apply/components/_button.scss b/opentech/static_src/src/sass/apply/components/_button.scss
index c24307c2839ac0e175cdf3e16cb1dc3adcf9abdf..d13790982d31c8da032c74a79e8373ec66b6152f 100644
--- a/opentech/static_src/src/sass/apply/components/_button.scss
+++ b/opentech/static_src/src/sass/apply/components/_button.scss
@@ -10,11 +10,8 @@
         display: inline-block;
 
         .form--filters & {
-            margin-right: 0;
-
-            @include media-query(tablet-portrait) {
-                flex-basis: 125px;
-            }
+            width: 100%;
+            height: 100%;
         }
     }