Skip to content

Fix: #967 token position markdown #969

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 2, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix #967 token position markdown
  • Loading branch information
PicchiKevin committed Dec 2, 2019
commit 745e5ffa541dd4919cee37af6ac7db02047d88c7
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