Skip to content

Commit 0617dc4

Browse files
fix(frontend): unset token header styles
1 parent 2f1da8e commit 0617dc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/frontend/styles/vendor/markdown-it-prism.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
font-style: italic;
7474
}
7575

76+
/* Class clashes with that used by header component */
7677
.token.header {
77-
background: none;
78-
display: inline;
78+
all: unset !important;
7979
}

0 commit comments

Comments
 (0)