We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e11c2a4 commit ccf52e8Copy full SHA for ccf52e8
1 file changed
default.css
@@ -195,6 +195,7 @@
195
pre {
196
margin-top: 1em;
197
margin-bottom: 1em;
198
+ overflow: auto;
199
}
200
201
/** Example Code **************************************************************/
@@ -407,6 +408,9 @@
407
408
margin: 1em auto;
409
410
411
+ /* Displaying the output of text layout, particularly when
412
+ line-breaking is being invoked, and thus having a
413
+ visible width is good. */
414
pre.output {
415
margin: 1em;
416
border: solid thin silver;
0 commit comments