fix(code): inline code overflow-wrap (#280)
This commit is contained in:
@@ -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] {
|
||||
|
||||
Reference in New Issue
Block a user