correctif(ui): les balises <select> avec un balise <option> à rallonge prenent la largueur du contenu de l'option
Update app/components/editable_champ/drop_down_list_component.rb Co-authored-by: Colin Darie <colin@darie.eu>
This commit is contained in:
parent
2ad8ccc310
commit
bbd565edee
3 changed files with 10 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
- if render_within_fieldset?
|
||||
= tag.fieldset(class: "reset-#{tag_for_depth}") do
|
||||
= tag.fieldset(class: "reset-#{tag_for_depth} fr-m-0 fr-p-0") do
|
||||
= tag.legend do
|
||||
= render EditableChamp::HeaderSectionComponent.new(champ: header_section)
|
||||
- splitted_tail.each do |section, champ|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue