Skip to content

Commit

Permalink
fix(styles) restore wrapping of long text in pre blocks (#6377)
Browse files Browse the repository at this point in the history
  • Loading branch information
scottohara authored Sep 10, 2020
1 parent 7a63ba3 commit 26a0fd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/style/_markdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
white-space: pre-wrap;
background: none;
padding: 0px;
overflow-wrap: break-word;
}

code {
Expand All @@ -23,4 +24,4 @@
pre > code {
display: block;
}
}
}

0 comments on commit 26a0fd8

Please sign in to comment.