Style: only show scrollbar on code elements if needed.

gh-pages
rubenwardy 2015-02-16 17:50:41 +00:00
parent 51047a9df5
commit a2e41f497e
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ code {
border-radius: 2px;
white-space: pre;
max-width: 95%;
overflow-x: scroll;
overflow-x: auto;
font-size: 14px;
}