Fix wrapping in and around code elements

This commit is contained in:
Trey Hunner 2011-11-17 10:21:14 -08:00
parent 665737f3fe
commit ffb31492d2

View File

@ -89,8 +89,7 @@ h3.filename {
p, li { p, li {
code { code {
@extend .mono; @extend .mono;
display: inline-block; white-space: pre;
white-space: no-wrap;
background: #fff; background: #fff;
font-size: .8em; font-size: .8em;
line-height: 1.5em; line-height: 1.5em;