Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit f10576f

Browse files
Merge pull request #1099 from dshomoye/patch-1
add line height as customizable variable.
2 parents 8bf7760 + 9bf11e9 commit f10576f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webcomponents/highlight-code/src/components/highlight-code/deckdeckgo-highlight-code.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ div.deckgo-highlight-code-container {
102102

103103
font-size: var(--deckgo-highlight-code-font-size);
104104
font-family: var(--deckgo-highlight-code-font-family, monospace);
105+
line-height: var(--deckgo-highlight-code-line-height);
105106

106107
display: var(--deckgo-highlight-code-display, block);
107108

0 commit comments

Comments
 (0)