Skip to content

Commit 1cd580f

Browse files
riknolldblotsky
authored andcommitted
CB-10013: Removed line wrapping of code blocks in docs. This closes apache#420.
1 parent 4ba877c commit 1cd580f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

www/static/css-src/_docs.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@
88
}
99
}
1010

11+
pre {
12+
word-wrap: normal;
13+
14+
code {
15+
overflow: auto;
16+
white-space: pre;
17+
}
18+
}
19+
1120
.site-toc-title {
1221
font-weight: 300;
1322
font-size: 22px;

0 commit comments

Comments
 (0)