Browse Source

Fix overflow on pre tags

Maxime Vidori 9 years ago
parent
commit
a4ad8570e9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      theme/static/css/pygment.css

+ 1 - 0
theme/static/css/pygment.css

@@ -2,6 +2,7 @@ pre {
   padding: 5px;
   margin: 0;
   font-size: 12px;
+  overflow: scroll;
 }
 
 code {