docs(docs.css): prevent <code> elements from wrapping

Closes #4114
This commit is contained in:
Misha Moroshko 2013-09-23 20:17:16 +10:00 committed by Pete Bacon Darwin
parent 4beb98131a
commit 418d7a36ff

View file

@ -132,6 +132,7 @@
padding: 0;
font-size: inherit;
font-family: monospace;
white-space: nowrap;
}
.content h2,