Scroll overflow in pre

This commit is contained in:
Neale Pickett 2015-04-13 15:13:29 -06:00
parent 92aff76b4f
commit 42b6d85317
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ pre {
border: solid #ddc 2px;
padding: 0.25em;
font-family: "Ubuntu Mono", monospace;
overflow: auto;
}
code, kbd, samp {