Skip to content

Commit

Permalink
markdown: Set code block to wrap words
Browse files Browse the repository at this point in the history
  • Loading branch information
doortts committed Mar 13, 2017
1 parent 9783f28 commit 491472e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/assets/stylesheets/less/_markdown.less
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
src: url(https://cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.eot?#iefix) format('embedded-opentype'), local(''), url(https://cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.woff) format('woff')
}

code {
white-space: inherit;
word-break: break-all;
}

.markdown-wrap {
font-size: 1.15em;
clear: both;
Expand Down

0 comments on commit 491472e

Please sign in to comment.