Prevent inline code blocks from line-wrapping

This commit is contained in:
John Mulhausen 2017-03-02 11:13:24 -08:00
parent d01373c6cc
commit 0d24ad1b1b
1 changed files with 6 additions and 0 deletions

View File

@ -1,8 +1,14 @@
/*
*
* this css will be integrated into master. for now testing.......
*
*/
code {
white-space: nowrap !important;
}
.toc-nav
{
padding-bottom: 50px !important;