Skip to content

Commit

Permalink
fix(styles): fix whitespace in code instructions (#50679)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmetev1 committed Jun 22, 2023
1 parent 9d20e93 commit d17ce53
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/src/components/layouts/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,10 @@ code {
overflow-wrap: anywhere;
}

.challenge-instructions code {
white-space: break-spaces;
}

.panel {
border-radius: 0;
background-color: transparent;
Expand Down

0 comments on commit d17ce53

Please sign in to comment.