Browse Source

Scroll when <pre> is too wide

master
Dylan Baker 6 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
   counter-reset: line;
38
   counter-reset: line;
39
   font-size: 16px;
39
   font-size: 16px;
40
   margin: 0;
40
   margin: 0;
41
+  overflow-x: scroll;
41
   padding: 15px;
42
   padding: 15px;
42
 }
43
 }
43
 
44
 

Loading…
Cancel
Save