diff --git a/src/themes/buble.styl b/src/themes/buble.styl index 53fbc152..2a07fa94 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 02ca6301..3785181a 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 f5ea2860..1b000aa2 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 98c416ee..54f161de 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