From c2e6d9b12335da33ca5c293a34c901872a053801 Mon Sep 17 00:00:00 2001 From: Ben Balter Date: Mon, 9 Apr 2018 19:57:20 -0400 Subject: [PATCH] fix error --- _sass/jekyll-theme-hacker.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/jekyll-theme-hacker.scss b/_sass/jekyll-theme-hacker.scss index ccaba3a..a6beb00 100644 --- a/_sass/jekyll-theme-hacker.scss +++ b/_sass/jekyll-theme-hacker.scss @@ -155,7 +155,7 @@ pre { font-size: 16px; color: #b5e853; border-radius: 2px; - text-wrap: normal; + word-wrap: normal; overflow: auto; overflow-y: hidden; }