Skip to content

Commit

Permalink
tweak: fix padding for highlighted line (vuejs#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist authored and yyx990803 committed Apr 20, 2018
1 parent 43f1cef commit 684d5ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/default-theme/styles/code.styl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
background-color rgba(0, 0, 0, 66%)
display block
margin 0.1rem -1.5rem 0
padding 0.1rem 1.8rem
padding 0.1rem 1.5rem

pre[class="language-js"], pre[class="language-javascript"]
&:before
Expand Down

0 comments on commit 684d5ae

Please sign in to comment.