diff --git a/src/themes/buble.styl b/src/themes/buble.styl index 53fbc152e..2a07fa94f 100644 --- a/src/themes/buble.styl +++ b/src/themes/buble.styl @@ -171,3 +171,5 @@ code .token -webkit-font-smoothing initial -moz-osx-font-smoothing initial min-height 1.5rem + position: relative + left: auto diff --git a/src/themes/dark.styl b/src/themes/dark.styl index 02ca63017..3785181a8 100644 --- a/src/themes/dark.styl +++ b/src/themes/dark.styl @@ -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 diff --git a/src/themes/dolphin.styl b/src/themes/dolphin.styl index f5ea2860a..1b000aa21 100644 --- a/src/themes/dolphin.styl +++ b/src/themes/dolphin.styl @@ -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 diff --git a/src/themes/vue.styl b/src/themes/vue.styl index 98c416eeb..54f161de4 100644 --- a/src/themes/vue.styl +++ b/src/themes/vue.styl @@ -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