Skip to content

Commit

Permalink
adjust spacing between custom env fields (#793)
Browse files Browse the repository at this point in the history
  • Loading branch information
bellangerq authored Aug 1, 2024
1 parent 7455279 commit 761b969
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 761b969

Please sign in to comment.