Skip to content

Commit

Permalink
Merge pull request #72 from CBIIT/CRDCDH-38
Browse files Browse the repository at this point in the history
CRDCDH-38 Fix top alignment
  • Loading branch information
jonkiky authored Aug 4, 2023
2 parents 2e58c85 + 97fded5 commit 4ea75e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/questionnaire/FormView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const validateSection = (section: string) => typeof map[section] !== 'undefined'
const StyledSidebar = styled(Stack)({
position: "sticky",
top: "25px",
paddingTop: "45px",
marginTop: "90px",
});

const StyledDivider = styled(Divider)({
Expand Down

0 comments on commit 4ea75e1

Please # to comment.