From ac848a6b2a39c923e32c037ce8b8af8b65b6e609 Mon Sep 17 00:00:00 2001
From: Zhiming Wang <zmwangx@gmail.com>
Date: Thu, 14 Apr 2016 00:05:43 -0700
Subject: theme.css: pre: Set overflow-x to scroll

The current behavior in Chrome and Safari is simply overflow. Not sure
which commit broke it (didn't bother to bisect and regen site multiple
times).
---
 source/css/theme.css | 1 +
 1 file changed, 1 insertion(+)

(limited to 'source')

diff --git a/source/css/theme.css b/source/css/theme.css
index 6b724286..e8384da9 100644
--- a/source/css/theme.css
+++ b/source/css/theme.css
@@ -126,6 +126,7 @@ h1 code, h2 code {
 }
 
 pre {
+    overflow-x: scroll;
     padding: 1em;
     background: #fbfbfb;
     border-left: 0.4em solid #ddd;
-- 
cgit v1.2.1