fix heading order by removing useless h4

This commit is contained in:
clemkeirua 2020-07-20 10:03:15 +02:00
parent 0c95e41c6f
commit bc34905742
3 changed files with 6 additions and 6 deletions

View file

@ -3,7 +3,7 @@
= form.label champ.main_value_name do
= render partial: 'shared/dossiers/editable_champs/champ_label_content', locals: { champ: champ, seen_at: seen_at }
- else
%h4.form-label
.form-label.mb-4
= render partial: 'shared/dossiers/editable_champs/champ_label_content', locals: { champ: champ, seen_at: seen_at }
- if champ.description.present?