Skip to content

Commit 83b34a3

Browse files
authored
Merge pull request microsoft#257922 from mjbvz/compact-toad
Fix math block scrolling
2 parents 0d4d7cb + e912e65 commit 83b34a3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/vs/workbench/contrib/chat/browser/chatContentParts/media/chatMarkdownPart.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,9 @@
1414
h6 {
1515
line-height: normal;
1616
}
17+
18+
.katex-display .katex {
19+
width: fit-content;
20+
overflow: hidden;
21+
}
1722
}

0 commit comments

Comments
 (0)