Twenty Eleven: prevent overflow on the pre element; Props devinreams; Fixes #17432
git-svn-id: http://svn.automattic.com/wordpress/trunk@18042 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
eb825b2b40
commit
9eb1e34847
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue