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

Commit e00a3ea

Browse files
style: add a variable for the display of the shadowed code element
1 parent 9460dcb commit e00a3ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ div.deckgo-highlight-code-container {
2323
font-size: var(--deckgo-highlight-code-font-size);
2424
font-family: var(--deckgo-highlight-code-font-family, monospace);
2525

26+
display: var(--deckgo-highlight-code-display, block);
27+
2628
div:empty {
2729
min-height: 1rem;
2830
}

0 commit comments

Comments
 (0)