style(champ civilite): better vertical margin between label & fieldset

This commit is contained in:
Colin Darie 2023-10-09 13:03:28 +02:00
parent 9e5ade817a
commit 5ea7c15251
No known key found for this signature in database
GPG key ID: 8C76CADD40253590

View file

@ -8,5 +8,6 @@
- elsif @champ.single_checkbox?
-# no label to add
- else
.fr-label.mb-4{ id: @champ.labelledby_id }
-# champ civilite (and other?)
.fr-label.fr-mb-1w{ id: @champ.labelledby_id }
= render EditableChamp::ChampLabelContentComponent.new form: @form, champ: @champ, seen_at: @seen_at