Skip to content

Commit

Permalink
Set proper word-wrap for long lines
Browse files Browse the repository at this point in the history
  • Loading branch information
yous committed Sep 13, 2018
1 parent e383aef commit a3444ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# ChangeLog

## HEAD

- Set proper word-wrap for long lines

## 1.7.0 (2018-05-24)

- Use Google Fonts CSS directly with preconnect
Expand Down
2 changes: 2 additions & 0 deletions _sass/whiteglass/_base.scss
Expand Up @@ -23,6 +23,7 @@ body {
-o-font-feature-settings: "kern" 1;
font-feature-settings: "kern" 1;
font-kerning: normal;
word-wrap: break-word;
}

table {
Expand Down Expand Up @@ -163,6 +164,7 @@ code {
pre {
padding: 8px 12px;
overflow-x: auto;
word-wrap: normal;

> code {
border: 0;
Expand Down

0 comments on commit a3444ad

Please sign in to comment.