Skip to content

Commit

Permalink
fix(curtana): wrong word wrapping in pre codeblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Jan 14, 2017
1 parent e41944d commit 8962aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _app/assets/themes/curtana/_less/common.less
Original file line number Diff line number Diff line change
Expand Up @@ -348,12 +348,12 @@ body:hover .latest {
pre {
font-family: @fontstack-monospace;
color: @code-color;
word-wrap: break-word;
}

p code,
li code {
font-size: 92%;
word-wrap: break-word;
}

pre {
Expand Down

0 comments on commit 8962aac

Please sign in to comment.