Skip to content

Commit d727a19

Browse files
committed
fix: Add a little extra codeblock lineheight
Closes #405
1 parent 5105e9f commit d727a19

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

assets/css/v2/style.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1106,13 +1106,15 @@ li .code-block {
11061106
border-bottom: 1px solid #cccccc;
11071107
overflow-x: scroll;
11081108
scrollbar-width: none;
1109+
line-height: 1.3rem;
11091110
}
11101111

11111112
.highlight-v2.single-line {
11121113
display: flex;
11131114
align-items: center;
11141115
border: 1px solid #cccccc;
11151116
overflow-x: scroll;
1117+
line-height: 1;
11161118
}
11171119

11181120
.code-header {

0 commit comments

Comments
 (0)