We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5930afb commit d2c34bbCopy full SHA for d2c34bb
client/src/templates/Challenges/classic/editor.css
@@ -55,6 +55,10 @@ textarea.inputarea {
55
max-width: unset !important;
56
}
57
58
+.editor-upper-jaw code {
59
+ white-space: pre-wrap;
60
+}
61
+
62
.action-row-container,
63
.description-container {
64
background-color: var(--secondary-background);
@@ -141,6 +145,7 @@ textarea.inputarea {
141
145
from {
142
146
background-color: var(--highlight-background);
143
147
148
144
149
to {
150
151
@@ -211,10 +216,12 @@ textarea.inputarea {
211
216
0% {
212
217
opacity: 0;
213
218
219
214
220
/* keep test feedback contents initially hidden for 200ms*/
215
221
40% {
222
223
224
225
100% {
226
opacity: 1;
227
0 commit comments