feat(multiple_drop_down_list) : Add missing space - fix #10185
This commit is contained in:
parent
a69d60efef
commit
ab6a76ad46
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
- else
|
||||
%div{ 'data-turbo-focus-group': true }
|
||||
- if @champ.selected_options.present?
|
||||
.fr-mb-2w{ "data-turbo": "true" }
|
||||
.fr-mb-2w.fr-mt-2w{ "data-turbo": "true" }
|
||||
- @champ.selected_options.each do |option|
|
||||
= render NestedForms::OwnedButtonComponent.new(formaction: champs_options_path(@champ.id, option:), http_method: :delete, opt: { aria: {pressed: true }, class: 'fr-tag fr-tag-bug fr-mb-1w fr-mr-1w', id: @champ.checkbox_id(option) }) do
|
||||
= option
|
||||
|
|
Loading…
Reference in a new issue