diff options
-rw-r--r-- | assets/css/style.css | 7 |
1 files changed, 7 insertions, 0 deletions
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; +} |