We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a5c59f commit fd6adc3Copy full SHA for fd6adc3
stylesheets/bootstrap.scss
@@ -72,4 +72,14 @@
72
// Custom breadcrumb separator
73
.breadcrumb > li + li::before {
74
content: ">"
75
+}
76
+
77
+// Horizontally-scrollable <pre>
78
+// thanks http://stackoverflow.com/a/32772238/2422874
79
+pre, pre > code {
80
+ overflow: auto;
81
+ -ms-word-wrap: normal;
82
+ word-wrap: normal;
83
+ overflow-wrap: normal;
84
+ white-space: pre;
85
}
0 commit comments