Skip to content

Commit d2c34bb

Browse files
fix(ui): fix upper jaw inline code string spacing (freeCodeCamp#55681)
Co-authored-by: Oliver Eyton-Williams <[email protected]>
1 parent 5930afb commit d2c34bb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

client/src/templates/Challenges/classic/editor.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ textarea.inputarea {
5555
max-width: unset !important;
5656
}
5757

58+
.editor-upper-jaw code {
59+
white-space: pre-wrap;
60+
}
61+
5862
.action-row-container,
5963
.description-container {
6064
background-color: var(--secondary-background);
@@ -141,6 +145,7 @@ textarea.inputarea {
141145
from {
142146
background-color: var(--highlight-background);
143147
}
148+
144149
to {
145150
background-color: var(--secondary-background);
146151
}
@@ -211,10 +216,12 @@ textarea.inputarea {
211216
0% {
212217
opacity: 0;
213218
}
219+
214220
/* keep test feedback contents initially hidden for 200ms*/
215221
40% {
216222
opacity: 0;
217223
}
224+
218225
100% {
219226
opacity: 1;
220227
}

0 commit comments

Comments
 (0)