Browse Source

Scroll when <pre> is too wide

master
Dylan Baker 5 years ago
parent
commit
314395bf26
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      static/style.css

+ 1
- 0
static/style.css View File

@@ -38,6 +38,7 @@ pre {
38 38
   counter-reset: line;
39 39
   font-size: 16px;
40 40
   margin: 0;
41
+  overflow-x: scroll;
41 42
   padding: 15px;
42 43
 }
43 44
 

Loading…
Cancel
Save