diff options
Diffstat (limited to 'docs/wiki_src/custom.css')
-rw-r--r-- | docs/wiki_src/custom.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/wiki_src/custom.css b/docs/wiki_src/custom.css index fdcea31..170b4cc 100644 --- a/docs/wiki_src/custom.css +++ b/docs/wiki_src/custom.css @@ -1,3 +1,10 @@ +pre { + width: 100%; + white-space: pre; + overflow-x: scroll; + display: inline-grid; +} + .headerlink { display: none; } |