From 6f12ec4453b9a24b8b3230a4a4e80a3fee909a2b Mon Sep 17 00:00:00 2001 From: Nathaniel Bibler Date: Wed, 13 Jan 2016 15:24:30 -0500 Subject: [PATCH] Disallow whitespace wrapping in locales. --- source/assets/stylesheets/application.sass | 1 + 1 file changed, 1 insertion(+) diff --git a/source/assets/stylesheets/application.sass b/source/assets/stylesheets/application.sass index b694e5f..40aa1ce 100644 --- a/source/assets/stylesheets/application.sass +++ b/source/assets/stylesheets/application.sass @@ -116,6 +116,7 @@ footer display: inline list-style-type: none padding-right: 20px + white-space: nowrap pre, code font-family: $source-code-font-family