Skip to content

Commit

Permalink
Justert mellomrom i FormkravKlageForm.jsx skjema. (#6386)
Browse files Browse the repository at this point in the history
  • Loading branch information
josstn authored Jul 12, 2024
1 parent 318405c commit 4b1def1
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ export const FormkravKlageForm = ({
<HGrid gap="1" columns={{ xs: '4fr 8fr' }}>
<div>
<Detail>{intl.formatMessage({ id: 'Klage.Formkrav.ErKlagerPart' })}</Detail>
<VerticalSpacer sixteenPx />
<RadioGroupField
name="erKlagerPart"
validate={[required]}
Expand All @@ -140,7 +139,6 @@ export const FormkravKlageForm = ({
</div>
<div>
<Detail>{intl.formatMessage({ id: 'Klage.Formkrav.ErKonkret' })}</Detail>
<VerticalSpacer sixteenPx />
<RadioGroupField
name="erKonkret"
validate={[required]}
Expand All @@ -158,10 +156,10 @@ export const FormkravKlageForm = ({
/>
</div>
</HGrid>
<VerticalSpacer sixteenPx />
<HGrid gap="1" columns={{ xs: '4fr 8fr' }}>
<div>
<Detail>{intl.formatMessage({ id: 'Klage.Formkrav.ErFristOverholdt' })}</Detail>
<VerticalSpacer sixteenPx />
<RadioGroupField
name="erFristOverholdt"
validate={[required]}
Expand All @@ -180,7 +178,6 @@ export const FormkravKlageForm = ({
</div>
<div>
<Detail>{intl.formatMessage({ id: 'Klage.Formkrav.ErSignert' })}</Detail>
<VerticalSpacer sixteenPx />
<RadioGroupField
name="erSignert"
validate={[required]}
Expand Down

0 comments on commit 4b1def1

Please sign in to comment.