Skip to content

Commit

Permalink
fix(theme): code not break in list
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Aug 26, 2015
1 parent 1e68a60 commit 486372e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _app/assets/themes/curtana/_less/app.less
Original file line number Diff line number Diff line change
Expand Up @@ -472,9 +472,9 @@ body:hover .latest {
}

// Only apply word breaking rule for codes in paragraphs
p code {
word-break: break-word;
word-wrap: break-word;
p code,
li code {
word-break: break-all;
}

pre {
Expand Down

0 comments on commit 486372e

Please sign in to comment.