Skip to content

Commit

Permalink
CARDS-2574: Some surveys have different alignment on the Patient Port…
Browse files Browse the repository at this point in the history
…al review screen (#1854)
  • Loading branch information
veronikaslc authored Dec 11, 2024
1 parent f5a0fa0 commit db90bb7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -727,11 +727,11 @@ function QuestionnaireSet(props) {
<Grid item key={q+"Review"}>
{ previews?.[subjectData?.[q]?.["@name"]] ?
<Paper elevation={0} className={classes.surveyPreviewComponent + (!isFormComplete(q) ? " incomplete" : "")}>
<Grid container direction="column" alignItems="center" spacing={2}>
<Grid container direction="column" spacing={2}>
<Grid item>
<FormattedText>{ previews?.[subjectData?.[q]?.["@name"]] }</FormattedText>
</Grid>
<Grid item>
<Grid item alignSelf="center">
<Button
variant="outlined"
color="primary"
Expand Down

0 comments on commit db90bb7

Please sign in to comment.