1 parent 71d84bf commit 7cbba11Copy full SHA for 7cbba11
1 file changed
packages/web/explorer/src/lib/ui/styles/markdown.css
@@ -8,6 +8,10 @@ pre.shiki code {
8
display: grid;
9
}
10
11
+pre.shiki code .line:empty {
12
+ min-height: 1.4em;
13
+}
14
+
15
pre.shiki,
16
.markdown pre {
17
background-color: var(--shiki-light-bg);
0 commit comments