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;
}

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
{"Target":"css/style.min.e17a25802a5bbec7b5c368fdf0e55ed331a31cadbc95c1c0e7be9e9cf889b8fb.css","MediaType":"text/css","Data":{"Integrity":"sha256-4XolgCpbvse1w2j98OVe0zGjHK28lcHA576enPiJuPs="}}
{"Target":"css/style.min.8894ae31aa3aee086d9fbd24069c3f4b958e06418129e69b9128848219b35956.css","MediaType":"text/css","Data":{"Integrity":"sha256-iJSuMao67ghtn70kBpw/S5WOBkGBKeabkSiEghmzWVY="}}