Skip to content

Commit 385143b

Browse files
committed
permanet fix for #1950
1 parent 8a54813 commit 385143b

File tree

1 file changed

+7
-0
lines changed
  • src/shared/components/Contentful/ContentBlock/themes

1 file changed

+7
-0
lines changed

src/shared/components/Contentful/ContentBlock/themes/default.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,10 @@ pre {
5555
background-color: transparent;
5656
}
5757
}
58+
59+
:global {
60+
.hljs-comment::after {
61+
content: '\A';
62+
white-space: pre;
63+
}
64+
}

0 commit comments

Comments
 (0)