<code>/<tt> elements should wrap since they're used inline

This commit is contained in:
Will Glynn 2013-10-25 08:29:57 -05:00
parent a930d49bc3
commit 23a97124ab
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ code, tt {
padding: 1px 3px;
font-family: Inconsolata, monospace, sans-serif;
font-size: 0.85em;
white-space: pre;
white-space: pre-wrap;
border: 1px solid #E3EDF3;
background: #F7FAFB;
border-radius: 2px;