From b4d32e656f98071d26be7965f0640469d80ddac9 Mon Sep 17 00:00:00 2001 From: Martin Date: Wed, 3 Jan 2024 11:07:40 +0100 Subject: [PATCH] feat(ChampComponent): add procedure_revision_type_de_champ.position to ui --- .../champ_component/champ_component.html.haml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/components/types_de_champ_editor/champ_component/champ_component.html.haml b/app/components/types_de_champ_editor/champ_component/champ_component.html.haml index 0ee9f672b..98a707fcc 100644 --- a/app/components/types_de_champ_editor/champ_component/champ_component.html.haml +++ b/app/components/types_de_champ_editor/champ_component/champ_component.html.haml @@ -1,6 +1,7 @@ -%li.type-de-champ.flex.column.justify-start{ html_options } +%li.type-de-champ.flex.column.justify-start.fr-mb-6w{ html_options } .type-de-champ-container .flex.justify-between.section.head + .position.flex.align-center= "##{@coordinate.position}" .fr-btn.fr-btn--tertiary-no-outline.handle.fr-icon-drag-move-2-line{ title: "Déplacer le champ vers le haut ou vers le bas" } %button.fr-btn.fr-btn--tertiary-no-outline.fr-icon-arrow-up-line.move-up{ move_button_options(:up) } %button.fr-btn.fr-btn--tertiary-no-outline.fr-icon-arrow-down-line.move-down{ move_button_options(:down) }