Skip to content

Commit

Permalink
Fix #967 token position markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
PicchiKevin committed Dec 2, 2019
1 parent 8d5787e commit 745e5ff
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/themes/buble.styl
Original file line number Diff line number Diff line change
Expand Up @@ -171,3 +171,5 @@ code .token
-webkit-font-smoothing initial
-moz-osx-font-smoothing initial
min-height 1.5rem
position: relative
left: auto
2 changes: 2 additions & 0 deletions src/themes/dark.styl
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,8 @@ code .token
-moz-osx-font-smoothing initial
-webkit-font-smoothing initial
min-height 1.5rem
position: relative
left: auto

pre::after
color #ccc
Expand Down
2 changes: 2 additions & 0 deletions src/themes/dolphin.styl
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,8 @@ code .token
-moz-osx-font-smoothing initial
-webkit-font-smoothing initial
min-height 1.5rem
position: relative
left: auto

pre::after
color #ccc
Expand Down
2 changes: 2 additions & 0 deletions src/themes/vue.styl
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,8 @@ code .token
-moz-osx-font-smoothing initial
-webkit-font-smoothing initial
min-height 1.5rem
position: relative
left: auto

pre::after
color #ccc
Expand Down

0 comments on commit 745e5ff

Please sign in to comment.