docs(minerr): fix bad line wrap due to errand nowrap in CSS

This commit is contained in:
Brian Ford 2013-09-26 14:12:07 -07:00
parent eea76a0ebe
commit 6cadabf910

View file

@ -135,6 +135,10 @@
white-space: nowrap;
}
.content pre code {
white-space: inherit;
}
.content h2,
.content h3,
.content h4,