diff --git a/templates/stylesheet/index.css.scss b/templates/stylesheet/index.css.scss index 3b9fb64..6052012 100644 --- a/templates/stylesheet/index.css.scss +++ b/templates/stylesheet/index.css.scss @@ -97,5 +97,6 @@ article { border-bottom: $standard-width / 10 solid $normal-color; margin-right: 25%; } + code, pre { word-wrap: initial; } } }