From 90f7d93061b985e046067ae17c9ab25560d810c1 Mon Sep 17 00:00:00 2001 From: Olivier Lacan Date: Thu, 8 Jun 2017 16:00:06 +0200 Subject: [PATCH] Prevent wrapping on elements --- source/assets/stylesheets/application.css.sass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/assets/stylesheets/application.css.sass b/source/assets/stylesheets/application.css.sass index 92146fa..4dce326 100644 --- a/source/assets/stylesheets/application.css.sass +++ b/source/assets/stylesheets/application.css.sass @@ -95,3 +95,5 @@ header pre, code background-color: $color-light-sand font-family: $source-code-font-family +code + white-space: nowrap