Skip to content

Commit 4db26be

Browse files
committed
mhutchie#491 Standardise the cross-platform rendering of Markdown inline code blocks, to ensure they don't affect the height of each commit.
1 parent 9c74e1b commit 4db26be

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

web/styles/main.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ body.selection-background-color-exists ::selection{
3939
background-color: var(--vscode-selection-background);
4040
}
4141

42+
code{
43+
line-height:1;
44+
}
45+
4246

4347
/* Content */
4448

0 commit comments

Comments
 (0)