Skip to content

Commit

Permalink
fix: break any long word across lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack WAUGH committed Jan 16, 2025
1 parent 4aedfb0 commit 97709e0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/frontend/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@
--dark-bkg-gray: #1F1F1F;
}

.MuiTypography-root {
overflow-wrap: break-word;
}

.racePageStepper .MuiStepConnector-line {
opacity: 0;
}
Expand Down Expand Up @@ -469,4 +473,4 @@ code {
margin-bottom: 0.75in;
margin-left: 0.75in;
margin-right: 0.75in;
}
}

0 comments on commit 97709e0

Please sign in to comment.