Skip to content

Commit

Permalink
align view all cases cards
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenzhu1 committed Aug 28, 2023
1 parent a3a7dcc commit 4755aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/pages/CasesPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ const Cases = (): React.ReactElement | null => {
<Text textStyle="header-large" marginLeft="calc(50% - 630px)" pt="16px">
{formattedStatus} Cases
</Text>
<Box pt="60px" alignSelf="flex-start">
<Box pt="60px" marginLeft="calc(50% - 630px)" alignSelf="flex-start">
<FilteredCaseDisplay
cases={cases[status]}
numberOfRows={2}
Expand Down

0 comments on commit 4755aaf

Please sign in to comment.