Set word-wrap: break-word by default

* Closes #32
This commit is contained in:
Track3 2019-02-14 15:58:07 +08:00
parent a892acdcb2
commit 61592cc6fb
4 changed files with 4 additions and 4 deletions

View file

@ -20,7 +20,7 @@ $code-fonts: Consolas, "Andale Mono WT", "Andale Mono", Menlo, Monaco, "Lucida C
@mixin aTag {
a {
word-break: break-all;
word-wrap: break-word;
border: none;
box-shadow: inset 0 -4px 0 $theme;
transition-property: background-color;

View file

@ -65,7 +65,7 @@ code {
border-radius: 3px;
padding: 0 3px;
margin: 0 4px;
word-break: break-all;
word-wrap: break-word;
letter-spacing: normal;
}