Skip to content

Commit

Permalink
adjust spacing between custom env fields
Browse files Browse the repository at this point in the history
  • Loading branch information
bellangerq committed Jul 31, 2024
1 parent 9d28577 commit 5941688
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -229,6 +230,7 @@ function combineEnvironments(
<DsfrField
:id="`env-os-${i}`"
v-model="env.operatingSystem"
class="fr-m-0"
label="Logiciel d’exploitation"
hint="Exemple : macOS"
type="text"
Expand All @@ -238,6 +240,7 @@ function combineEnvironments(
<DsfrField
:id="`env-at-${i}`"
v-model="env.assistiveTechnology"
class="fr-m-0"
label="Technologie d’assistance"
hint="Exemple : VoiceOver"
type="text"
Expand Down

0 comments on commit 5941688

Please sign in to comment.