fix(code): inline code overflow-wrap (#280)

This commit is contained in:
Dillon
2020-04-29 02:41:07 +08:00
committed by GitHub
parent 16a4e94117
commit 072b9624cd
11 changed files with 17 additions and 11 deletions

View File

@@ -32,7 +32,7 @@ html {
body {
background-color: $global-background-color;
color: $global-font-color;
overflow-wrap: break-word;
@include overflow-wrap(break-word);
scrollbar-color: auto;
&[theme=dark] {