Skip to content

Commit

Permalink
fix(client): add white-space pre-wrap to editor-lower-jaw code (freeC…
Browse files Browse the repository at this point in the history
  • Loading branch information
lasjorg authored Nov 27, 2024
1 parent b29dcdb commit 6fc7a04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/src/templates/Challenges/classic/editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ textarea.inputarea {
max-width: unset !important;
}

.editor-upper-jaw code {
.editor-upper-jaw code,
.editor-lower-jaw code {
white-space: pre-wrap;
}

Expand Down

0 comments on commit 6fc7a04

Please sign in to comment.