Skip to content

Commit

Permalink
Merge branch 'cv_anonym_deployment' of https://github.com/JinCoreana/…
Browse files Browse the repository at this point in the history
…dei_hackathon_2023 into cv_anonym_deployment
  • Loading branch information
mbaldi-sage committed Jun 26, 2023
2 parents fa84a84 + 2e30d04 commit b117bdb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/pages/cvAnonymisation/CvAnonymisationPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,11 @@ const CvAnonymisationPage = () => {
<GridContainer p={0}>
<NavigationBar isNotHomePage />
<GridItem alignSelf="stretch" justifySelf="stretch">
<Box display="flex" justifyContent="center">
<Box
display="flex"
justifyContent="center"
style={{ whiteSpace: "pre-line" }}
>
<Card cardWidth="50vw">
<CardRow>
<CardColumn>
Expand Down

0 comments on commit b117bdb

Please sign in to comment.