Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EmielH/tale-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorTomasz Wisniewski <tomasz.wisni3wski@gmail.com>2020-02-12 21:51:07 +0300
committerGitHub <noreply@github.com>2020-02-12 21:51:07 +0300
commit8d7da4f103bb2c3a5d18ffbe1b74516bdc04b233 (patch)
treee8d9ab1acd9024efbda3254d722ea787ce805e41 /assets
parent05c117cdf25a1d69b4e3c8f0d97dbdaf884d5fad (diff)
Add code block long lines wrapping (#31)
* Add code block long lines wrapping This change is for the code block style - allowing to wrap long lines.
Diffstat (limited to 'assets')
-rw-r--r--assets/scss/tale/_code.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/scss/tale/_code.scss b/assets/scss/tale/_code.scss
index 1597e13..8d3db57 100644
--- a/assets/scss/tale/_code.scss
+++ b/assets/scss/tale/_code.scss
@@ -9,6 +9,7 @@ code {
color: $code-color;
font-size: 85%;
padding: .25em .5em;
+ white-space: pre-wrap;
}
pre {