From d22088c65306ba69267924da9a0f7d43a326ec21 Mon Sep 17 00:00:00 2001 From: Tommy Chen Date: Fri, 6 Apr 2012 13:48:10 +0800 Subject: fix code block overflow problem --- sass/parts/_syntax.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/parts/_syntax.scss b/sass/parts/_syntax.scss index ad85bc5..8777000 100644 --- a/sass/parts/_syntax.scss +++ b/sass/parts/_syntax.scss @@ -58,7 +58,7 @@ article{ line-height: 1.5; margin-top: 10px; padding: 5px 15px; - overflow-x: scroll; + overflow-x: auto; @include border-radius(5px); code{ background: none; -- cgit v1.1-2-g2b99