Skip to content

Commit

Permalink
fix(theme-default): avoid long inline code breaking the layout (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope authored Jun 1, 2021
1 parent acbb1a7 commit ada2e2a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ code {
font-size: 0.85em;
background-color: var(--c-bg-light);
border-radius: 3px;
overflow-wrap: break-word;
}

blockquote {
Expand Down

0 comments on commit ada2e2a

Please sign in to comment.