From ff417726c9074f5c83a90351482a6ab33289e494 Mon Sep 17 00:00:00 2001 From: canerakdas Date: Fri, 27 Oct 2023 15:04:51 +0300 Subject: [PATCH] fix: Syntax highlighter empty line (#6055) * fix: Syntax highlighter empty line * fix: Last empty line shouldnt shown --- styles/old/index.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/styles/old/index.css b/styles/old/index.css index faf7f69433af1..033c3766c6953 100644 --- a/styles/old/index.css +++ b/styles/old/index.css @@ -127,6 +127,14 @@ a:hover .color-lightgray { } } +.shiki .line { + min-height: 1rem; + + &:last-child { + min-height: initial; + } +} + html[dir='rtl'] { .has-side-nav { nav {