diff --git a/src/themes/buble.styl b/src/themes/buble.styl index 53fbc15..2a07fa9 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 02ca630..3785181 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 f5ea286..1b000aa 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 98c416e..54f161d 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