Skip to content

Commit

Permalink
adding line break support for code listings, see STYL-824
Browse files Browse the repository at this point in the history
  • Loading branch information
slynchoreilly committed Apr 20, 2016
1 parent ef920a8 commit 0ac8ae5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions epub/epub.css
Expand Up @@ -466,6 +466,7 @@ pre {
-webkit-hyphens: none;
hyphens: none;
adobe-hyphenate: none;
overflow-wrap: break-word;
}

div.note pre.programlisting, div.tip pre.programlisting,
Expand All @@ -479,6 +480,7 @@ code {
-webkit-hyphens: none;
hyphens: none;
adobe-hyphenate: none;
overflow-wrap: break-word;
}

code strong em,
Expand Down
2 changes: 2 additions & 0 deletions mobi/mobi.css
Expand Up @@ -471,6 +471,7 @@ pre {
-webkit-hyphens: none;
hyphens: none;
adobe-hyphenate: none;
overflow-wrap: break-word;
}

div.note pre.programlisting, div.tip pre.programlisting,
Expand All @@ -484,6 +485,7 @@ code {
-webkit-hyphens: none;
hyphens: none;
adobe-hyphenate: none;
overflow-wrap: break-word;
}

code strong em,
Expand Down

0 comments on commit 0ac8ae5

Please sign in to comment.