From ad0effc565f6f789bd58c6be08a53d82f4490755 Mon Sep 17 00:00:00 2001 From: kvaithin Date: Sat, 28 May 2022 11:13:16 +0100 Subject: [PATCH] spacing between co ordinator dropdown and continue btn --- app/views/admin/order_cycles/set_coordinator.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/order_cycles/set_coordinator.html.haml b/app/views/admin/order_cycles/set_coordinator.html.haml index f4c06e0a98..1cd53a07eb 100644 --- a/app/views/admin/order_cycles/set_coordinator.html.haml +++ b/app/views/admin/order_cycles/set_coordinator.html.haml @@ -9,7 +9,7 @@   .ten.columns = select_tag :coordinator_id, options_for_select(permitted_coordinating_enterprise_options_for(@order_cycle)), { 'required' => true, class: 'select2 fullwidth'} - .two.columns.alpha + .two.columns = f.submit "#{t(:continue)} >" .two.columns.omega