Skip to content

Commit

Permalink
Fix overflow on article's content
Browse files Browse the repository at this point in the history
  • Loading branch information
Simounet committed Apr 9, 2019
1 parent 21c3ed6 commit 47a805f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/style.css.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,7 @@ $article-action-padding: 0.6em;
width: 42.8125em; // font: 16px / width: 685px (http://www.pearsonified.com/typography/)
font-size: 1.6rem;
line-height: 1.7;
overflow: auto;
overflow-wrap: break-word;

@media($breakpoint-max) {
Expand Down

0 comments on commit 47a805f

Please sign in to comment.