From 745e5ffa541dd4919cee37af6ac7db02047d88c7 Mon Sep 17 00:00:00 2001 From: Kevin Picchi Date: Mon, 2 Dec 2019 09:47:17 +0000 Subject: [PATCH] Fix #967 token position markdown --- src/themes/buble.styl | 2 ++ src/themes/dark.styl | 2 ++ src/themes/dolphin.styl | 2 ++ src/themes/vue.styl | 2 ++ 4 files changed, 8 insertions(+) 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