Skip to content

Commit 2d87b86

Browse files
authored
Merge pull request RooCodeInc#1448 from tgfjt/patch-1
2 parents 43a36c1 + 1235db6 commit 2d87b86

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

webview-ui/src/components/common/MarkdownBlock.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ const StyledMarkdown = styled.div`
6363
white-space: pre-wrap;
6464
}
6565
66+
:where(h1, h2, h3, h4, h5, h6):has(code) code {
67+
font-size: inherit;
68+
}
69+
6670
pre > code {
6771
.hljs-deletion {
6872
background-color: var(--vscode-diffEditor-removedTextBackground);

0 commit comments

Comments
 (0)