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

github.com/yursan9/manis-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYurizal Susanto <yursan9@pm.me>2019-09-13 18:41:35 +0300
committerYurizal Susanto <yursan9@pm.me>2019-09-13 18:41:35 +0300
commitfe2883ec2d86e54ef7b6a7272ff91bdd91163681 (patch)
tree3ea128e2fd0a679318e6796fa6d57e05383caae5
parent013a1bb75e589649e6907c7ab2737a430719eb1f (diff)
Fix preformatted text overflow on small screen
Should fixes #13
-rw-r--r--assets/css/template.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/css/template.css b/assets/css/template.css
index 0296b64..539c10f 100644
--- a/assets/css/template.css
+++ b/assets/css/template.css
@@ -214,6 +214,7 @@ pre > code {
background: #2b303b;
color: #c0c5ce;
font-family: 'Fira Mono', monospace;
+ overflow-wrap: break-word;
}
/* #Tables