diff --git a/opentech/apply/funds/templates/funds/includes/batch_update_reviewer_form.html b/opentech/apply/funds/templates/funds/includes/batch_update_reviewer_form.html
index 508cfe1bc80665c1bc5c165780866350b7becc21..887a7b46b902d6c59a6faa4c6f661360a1f60b54 100644
--- a/opentech/apply/funds/templates/funds/includes/batch_update_reviewer_form.html
+++ b/opentech/apply/funds/templates/funds/includes/batch_update_reviewer_form.html
@@ -1,5 +1,5 @@
 <div class="modal" id="batch-update-reviewers">
-    <h4 class="modal__header-bar">Add Reviewers</h4>
+    <h4 class="modal__header-bar modal__header-bar--no-bottom-space">Add Reviewers</h4>
     <div class="modal__list-item modal__list-item--meta" aria-live="polite">
         <span class="js-batch-title-count"></span>
         <a href="#" class="modal__hide-link js-toggle-batch-list">Show</a>
diff --git a/opentech/static_src/src/sass/apply/components/_modal.scss b/opentech/static_src/src/sass/apply/components/_modal.scss
index 2221a131747615a9b9463b0cb84bb88dedf1e9d7..1ffd972e0f598834a06c51834066ad04f290c034 100644
--- a/opentech/static_src/src/sass/apply/components/_modal.scss
+++ b/opentech/static_src/src/sass/apply/components/_modal.scss
@@ -12,9 +12,13 @@
     &__header-bar {
         color: $color--white;
         background-color: $color--dark-blue;
-        margin: -24px -24px 0;
+        margin: -24px -24px 20px;
         padding: 15px;
         text-align: center;
+
+        &--no-bottom-space {
+            margin-bottom: 0;
+        }
     }
 
     &__list {