From dcb318efa576cd00e122b94d82bcb31691f4740d Mon Sep 17 00:00:00 2001 From: Cory Lown Date: Wed, 28 Aug 2024 10:30:08 -0400 Subject: [PATCH] Add margin to right/end of page publish checkbox --- app/views/spotlight/shared/_dd3_item.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/spotlight/shared/_dd3_item.html.erb b/app/views/spotlight/shared/_dd3_item.html.erb index 93fa56ec8..84a8d7e65 100644 --- a/app/views/spotlight/shared/_dd3_item.html.erb +++ b/app/views/spotlight/shared/_dd3_item.html.erb @@ -22,7 +22,7 @@

<%= field.hidden_field :weight, value: index, 'data-property' => 'weight' %> - <%= field.check_box_without_bootstrap enabled_method, checked: field.object.public_send(enabled_method), hide_label: true, title: label %> + <%= field.check_box_without_bootstrap enabled_method, class: 'mr-3 me-3', checked: field.object.public_send(enabled_method), hide_label: true, title: label %> <%= label %> <%= field.hidden_field label_method, value: label, class: 'form-control form-control-sm title-field', data: {:"edit-field-target" => 'true', default_value: default_value } %>