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; padding: 0;
font-size: inherit; font-size: inherit;
font-family: monospace; font-family: monospace;
white-space: nowrap;
} }
.content h2, .content h2,