We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 73fae02 + d2b2fd7 commit ec4a264Copy full SHA for ec4a264
1 file changed
cbv/static/style.css
@@ -47,6 +47,14 @@ html {overflow-y: scroll;}
47
border-top-left-radius: 0;
48
border-bottom-left-radius: 0;
49
}
50
+.highlighttable pre {
51
+ white-space: preserve nowrap;
52
+}
53
+.highlighttable td.code pre {
54
+ max-width: calc(100vw - 100px);
55
+ display: block;
56
+ overflow-x: auto;
57
58
.page-header .docstring {
59
margin-bottom: 0;
60
0 commit comments