Browse Source

fix markdown.css to wrap text in code block

Signed-off-by: Le Tan <[email protected]>
Le Tan 9 years ago
parent
commit
4323797602
1 changed files with 1 additions and 0 deletions
  1. 1 0
      resources/markdown.css

+ 1 - 0
resources/markdown.css

@@ -82,6 +82,7 @@ pre code {
    white-space: pre;
    border: none;
    background: transparent;
+   white-space: pre-wrap;
 }
 aside {
     display: block;