Skip to content

Commit

Permalink
Add text-break class to editable_select 'choice' span.
Browse files Browse the repository at this point in the history
  • Loading branch information
euler-room committed Oct 22, 2024
1 parent 75eb4b2 commit d8edeba
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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]"
Expand All @@ -25,7 +25,7 @@

<li class="<%= li_classes %>">

<span data-select-value><%= choice %></span><br/>
<span data-select-value class="text-break"><%= choice %></span><br/>

<button class="btn btn-info float-start w-45" type="button" id="<%= add_id %>"
data-select-toggler="add" data-select-id="<%= field_id %>"
Expand Down

0 comments on commit d8edeba

Please sign in to comment.