From 5941688c2891b6546fab13afb502cb323a7bb4a7 Mon Sep 17 00:00:00 2001 From: Quentin Bellanger Date: Wed, 31 Jul 2024 16:27:16 +0200 Subject: [PATCH] adjust spacing between custom env fields --- .../TestEnvironmentSelection/TestEnvironmentSelection.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/confiture-web-app/src/components/audit/TestEnvironmentSelection/TestEnvironmentSelection.vue b/confiture-web-app/src/components/audit/TestEnvironmentSelection/TestEnvironmentSelection.vue index a469dad2..5efbd84b 100644 --- a/confiture-web-app/src/components/audit/TestEnvironmentSelection/TestEnvironmentSelection.vue +++ b/confiture-web-app/src/components/audit/TestEnvironmentSelection/TestEnvironmentSelection.vue @@ -220,6 +220,7 @@ function combineEnvironments( :id="`env-device-${i}`" ref="envPlatformRefs" v-model="env.platform" + class="fr-m-0" label="Appareil" hint="Exemples : mobile, borne interactive" type="text" @@ -229,6 +230,7 @@ function combineEnvironments(