Skip to content

Commit 02817c1

Browse files
authored
Merge pull request cockroachdb#3230 from cockroachdb/pre-fix
Scroll monospaced output instead of wrapping
2 parents 3a402dc + 684400b commit 02817c1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

css/theme-blue.css

+6
Original file line numberDiff line numberDiff line change
@@ -148,3 +148,9 @@ body.print h1 {color: #015CAE !important; font-size:28px;}
148148
body.print h2 {color: #595959 !important; font-size:24px;}
149149
body.print h3 {color: #E50E51 !important; font-size:14px;}
150150
body.print h4 {color: #679DCE !important; font-size:14px; font-style: italic;}
151+
152+
pre {
153+
overflow-x: scroll;
154+
overflow-y: hidden;
155+
white-space: nowrap;
156+
}

0 commit comments

Comments
 (0)