Twenty Eleven: prevent overflow on the pre element; Props devinreams; Fixes #17432

git-svn-id: https://develop.svn.wordpress.org/trunk@18042 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ian Stewart 2011-05-25 17:46:19 +00:00
parent 657155ed7c
commit 66f5e4bb1c
1 changed files with 1 additions and 0 deletions

View File

@ -392,6 +392,7 @@ pre {
font: 13px "Courier 10 Pitch", Courier, monospace;
line-height: 1.5;
margin-bottom: 1.625em;
overflow: auto;
padding: 0.75em 1.625em;
}
code, kbd {