From d8edebac04f2ecad4a571872a68cd7b04aec3382 Mon Sep 17 00:00:00 2001 From: Greg Buchanan Date: Tue, 22 Oct 2024 10:01:17 -0400 Subject: [PATCH] Add text-break class to editable_select 'choice' span. --- .../launchers/editable_form_fields/_editable_select.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/dashboard/app/views/launchers/editable_form_fields/_editable_select.html.erb b/apps/dashboard/app/views/launchers/editable_form_fields/_editable_select.html.erb index 9c5d5d580..3d7de56ba 100644 --- a/apps/dashboard/app/views/launchers/editable_form_fields/_editable_select.html.erb +++ b/apps/dashboard/app/views/launchers/editable_form_fields/_editable_select.html.erb @@ -1,4 +1,4 @@ -<%- +6<%- field_id = "#{form.object_name}_#{attrib.id}" exclude_id = "#{field_id}_exclude" exclude_name = "#{form.object_name}[#{attrib.id}_exclude]" @@ -25,7 +25,7 @@
  • - <%= choice %>
    + <%= choice %>