From 3b3477f5bb137a1a8206e4940ee529b3c88081d7 Mon Sep 17 00:00:00 2001 From: Ailin Nemui Date: Wed, 14 Feb 2018 12:23:16 +0100 Subject: no hyphens in code --- assets/css/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/assets/css/style.css b/assets/css/style.css index 6630f58..da1b416 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -483,3 +483,10 @@ blockquote { content: "[ ]"; position: absolute; margin-left:-1.4em; white-space: pre; } + +code { + hyphens: none; + -moz-hyphens: none; + -webkit-hyphens: none; + -ms-hyphens: none; +} -- cgit v1.2.3