Merge pull request #1007 from datitisev/1002-break-words-in-post-with-excesive-width

#1002 Handle word wrapping properly in posts
This commit is contained in:
Toby Zerner 2016-07-29 21:23:31 +10:00 committed by GitHub
commit c0407ab016

View File

@ -92,6 +92,7 @@
line-height: 1.7;
position: relative;
overflow: auto;
overflow-wrap: break-word;
p, ul, ol, blockquote {
margin-bottom: 1em;
@ -134,6 +135,7 @@
color: #666;
font-size: 90%;
border-radius: @border-radius;
overflow-wrap: normal;
code {
padding: 0;