<code>/<tt> elements should wrap since they're used inline
This commit is contained in:
parent
a930d49bc3
commit
23a97124ab
|
@ -238,7 +238,7 @@ code, tt {
|
||||||
padding: 1px 3px;
|
padding: 1px 3px;
|
||||||
font-family: Inconsolata, monospace, sans-serif;
|
font-family: Inconsolata, monospace, sans-serif;
|
||||||
font-size: 0.85em;
|
font-size: 0.85em;
|
||||||
white-space: pre;
|
white-space: pre-wrap;
|
||||||
border: 1px solid #E3EDF3;
|
border: 1px solid #E3EDF3;
|
||||||
background: #F7FAFB;
|
background: #F7FAFB;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
|
|
Loading…
Reference in New Issue