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 {
code {
@extend .mono;
display: inline-block;
white-space: no-wrap;
white-space: pre;
background: #fff;
font-size: .8em;
line-height: 1.5em;