From a1ba73f437372f4f29820bfa218fc17691f35b9a Mon Sep 17 00:00:00 2001 From: Nicolas Bonduel Date: Wed, 9 Aug 2017 16:23:17 +0200 Subject: [PATCH] Update screen.css.scss MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add possibility to have the ´code´ tag inside the content tables --- source/stylesheets/screen.css.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/stylesheets/screen.css.scss b/source/stylesheets/screen.css.scss index aa5f1cb..8b1d744 100644 --- a/source/stylesheets/screen.css.scss +++ b/source/stylesheets/screen.css.scss @@ -405,6 +405,9 @@ html, body { text-align: left; vertical-align: top; line-height: 1.6; + code { + white-space: nowrap; + } } th {