From 204c1472826aed632de0f1a2ffbf34cd126accdf Mon Sep 17 00:00:00 2001 From: Chris Lawton <chris.lawton@torchbox.com> Date: Wed, 20 Feb 2019 16:47:32 +0000 Subject: [PATCH] remove bottom space from status header modal --- .../funds/templates/funds/includes/batch_progress_form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opentech/apply/funds/templates/funds/includes/batch_progress_form.html b/opentech/apply/funds/templates/funds/includes/batch_progress_form.html index 20943a977..59d98b3f1 100644 --- a/opentech/apply/funds/templates/funds/includes/batch_progress_form.html +++ b/opentech/apply/funds/templates/funds/includes/batch_progress_form.html @@ -1,5 +1,5 @@ <div class="modal modal--secondary" id="batch-progress"> - <h4 class="modal__header-bar">Update Status</h4> + <h4 class="modal__header-bar modal__header-bar--no-bottom-space">Update Status</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> -- GitLab