we need overflow auto on code blocks

This commit is contained in:
Sam 2013-06-20 17:46:18 +10:00
parent 08df4c41cc
commit cb1b956ac2
1 changed files with 4 additions and 0 deletions

View File

@ -78,3 +78,7 @@ fieldset {
border: 0;
padding: 0;
}
pre code {
overflow: auto;
}