Prevent wrapping on <code> elements

This commit is contained in:
Olivier Lacan 2017-06-08 16:00:06 +02:00
parent a59026e889
commit 90f7d93061

View File

@ -95,3 +95,5 @@ header
pre, code
background-color: $color-light-sand
font-family: $source-code-font-family
code
white-space: nowrap