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 5efc2ed5ac
commit 4767d34ae8

View file

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