Skip to content

Commit

Permalink
Merge pull request #3710 from GovAlta/CS-3634-e
Browse files Browse the repository at this point in the history
fix(form-app) - postal address styling
  • Loading branch information
jonathanweyermann authored Nov 13, 2024
2 parents 4933b18 + 85f39b2 commit 93f0686
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ export const FormStepper = (props: CategorizationStepperLayoutRendererProps): JS
{readOnly ? 'View' : 'Edit'}
</Anchor>
</ReviewItemHeader>
<GoAGrid minChildWidth="600px">
<div>
{category.elements
.filter((field) => {
const conditionProps = field.rule?.condition as SchemaBasedCondition;
Expand Down Expand Up @@ -299,7 +299,7 @@ export const FormStepper = (props: CategorizationStepperLayoutRendererProps): JS
</div>
);
})}
</GoAGrid>
</div>
</ReviewItemSection>
);
})}
Expand Down

0 comments on commit 93f0686

Please sign in to comment.