Fix #967 token position markdown

This commit is contained in:
Kevin Picchi 2019-12-02 09:47:17 +00:00
parent 8d5787eabe
commit 745e5ffa54
No known key found for this signature in database
GPG Key ID: 85482769DAA4E834
4 changed files with 8 additions and 0 deletions

View File

@ -171,3 +171,5 @@ code .token
-webkit-font-smoothing initial -webkit-font-smoothing initial
-moz-osx-font-smoothing initial -moz-osx-font-smoothing initial
min-height 1.5rem min-height 1.5rem
position: relative
left: auto

View File

@ -201,6 +201,8 @@ code .token
-moz-osx-font-smoothing initial -moz-osx-font-smoothing initial
-webkit-font-smoothing initial -webkit-font-smoothing initial
min-height 1.5rem min-height 1.5rem
position: relative
left: auto
pre::after pre::after
color #ccc color #ccc

View File

@ -213,6 +213,8 @@ code .token
-moz-osx-font-smoothing initial -moz-osx-font-smoothing initial
-webkit-font-smoothing initial -webkit-font-smoothing initial
min-height 1.5rem min-height 1.5rem
position: relative
left: auto
pre::after pre::after
color #ccc color #ccc

View File

@ -210,6 +210,8 @@ code .token
-moz-osx-font-smoothing initial -moz-osx-font-smoothing initial
-webkit-font-smoothing initial -webkit-font-smoothing initial
min-height 1.5rem min-height 1.5rem
position: relative
left: auto
pre::after pre::after
color #ccc color #ccc