Skip to content

Commit

Permalink
fix(app): Make equipment list description full width
Browse files Browse the repository at this point in the history
  • Loading branch information
smb2268 committed Nov 21, 2024
1 parent 2875150 commit 222c963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/molecules/WizardRequiredEquipmentList/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ function RequiredEquipmentCard(props: RequiredEquipmentCardProps): JSX.Element {
</Flex>
) : null}
<Flex
flex="0 1 70%"
flex={imageSrc == null ? '0 1 100%' : '0 1 70%'}
flexDirection={DIRECTION_COLUMN}
justifyContent={JUSTIFY_SPACE_AROUND}
>
Expand Down

0 comments on commit 222c963

Please sign in to comment.