Merge pull request #3419 from yous/overflow-x

This commit is contained in:
Alfred Xing 2015-02-07 09:13:43 -08:00
commit 1df8801957
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ code {
pre { pre {
padding: 8px 12px; padding: 8px 12px;
overflow-x: scroll; overflow-x: auto;
> code { > code {
border: 0; border: 0;