From 21d84b294be01982db9478cc7fd39cc1e868f5b0 Mon Sep 17 00:00:00 2001 From: Edgar Luque Date: Thu, 23 Dec 2021 17:50:19 +0100 Subject: [PATCH] try fix --- config.toml | 2 +- sass/style.scss | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/config.toml b/config.toml index dea35c3..7cf7d8f 100644 --- a/config.toml +++ b/config.toml @@ -9,7 +9,7 @@ default_language = "en" # Whether to automatically compile all Sass files in the sass directory compile_sass = true -minify_html = true +#minify_html = true # Whether to build a search index to be used later on by a JavaScript library build_search_index = true diff --git a/sass/style.scss b/sass/style.scss index 30dbe2c..535cf5c 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -118,8 +118,6 @@ pre { overflow-x: auto; border: 1px solid black; margin: 1em 0; - white-space: pre-wrap; - word-wrap: break-word; } blockquote {