mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
657155ed7c
commit
66f5e4bb1c
@ -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
Block a user