Skip to content

Commit f24f233

Browse files
committed
Fix #43
1 parent 28ba4f1 commit f24f233

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/main.styl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ h3
2929
html
3030
font-size: 16px
3131

32-
3332
.v-toolbar__title
3433
font-family: 'Overpass'
3534
font-size: 24px
@@ -54,3 +53,7 @@ pre[class*="language-"]
5453
.blocklyHtmlInput {
5554
background-color: white !important;
5655
}
56+
57+
.blocklyTotal {
58+
line-height: normal !important;
59+
}

0 commit comments

Comments
 (0)