We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44b99aa commit 2a42b4cCopy full SHA for 2a42b4c
resources/css/default.scss
@@ -403,19 +403,23 @@ CONTENT
403
.code-box-content {
404
word-break: break-all;
405
font-size: 1em;
406
+ font-family: monospace;
407
line-height: 1.10;
408
padding: 0.5em 1em;
409
display: block;
410
min-height: 1em;
411
width: 100%;
412
height: 100%;
413
white-space: pre-wrap;
- font-family: monospace;
414
415
&::selection {
416
color: black;
417
background: $light-yellow;
418
}
419
+
420
+ pre {
421
+ white-space: pre-wrap;
422
+ }
423
424
425
.code-box-title {
0 commit comments