fix(code): inline code overflow-wrap (#280)
This commit is contained in:
@@ -128,8 +128,7 @@
|
||||
@include link(false, false);
|
||||
|
||||
a {
|
||||
word-break: break-all;
|
||||
word-break: break-word;
|
||||
@include overflow-wrap(break-word);
|
||||
|
||||
[theme=dark] & b, [theme=dark] & strong {
|
||||
color: $single-link-color-dark;
|
||||
|
||||
Reference in New Issue
Block a user