From 0d24ad1b1b59a3f7a0ff7603f56946838d2ba9e3 Mon Sep 17 00:00:00 2001 From: John Mulhausen Date: Thu, 2 Mar 2017 11:13:24 -0800 Subject: [PATCH] Prevent inline code blocks from line-wrapping --- css/temp.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/temp.css b/css/temp.css index ad39a2d8ba..6526aeede4 100644 --- a/css/temp.css +++ b/css/temp.css @@ -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;