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

github.com/nanxiaobei/hugo-paper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorKoen Woortman <koensw@outlook.com>2020-12-13 23:22:04 +0300
committerKoen Woortman <koensw@outlook.com>2020-12-13 23:22:04 +0300
commitef512944b07e25d303c1a3564fa490367aa8a887 (patch)
treef71ccb55c9d8b97833f795893d6a7ac4468a130e /static
parent0cca7d7aef70945de205f15175ff200a9d17e201 (diff)
Fix horizontal flow on highlighted code blocks
Diffstat (limited to 'static')
-rw-r--r--static/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index 0abc409..f482aa5 100644
--- a/static/style.css
+++ b/static/style.css
@@ -402,6 +402,7 @@ img {
margin-bottom: 32px;
background: var(--hljs-bg) !important;
border-radius: var(--radius);
+ overflow-x: auto;
}
.post-content ul pre {
margin-left: calc(var(--gap) * -2);