Remove spurious scrollbars from code snippets

This commit is contained in:
Iván Sánchez Ortega 2015-07-01 12:28:10 +02:00
parent 1fd2d97710
commit 597a492cdf

View File

@ -230,7 +230,7 @@ h3.tagline {
padding: .75em 1em; padding: .75em 1em;
border-radius: 5px; border-radius: 5px;
white-space: pre; white-space: pre;
overflow: scroll; overflow: auto;
} }
.container pre { .container pre {
border-radius: 5px; border-radius: 5px;