Skip to content

Commit 6dcb644

Browse files
authored
Merge pull request microsoft#258362 from mjbvz/vulnerable-eel
Center align block katex equations
2 parents c018342 + 0e34263 commit 6dcb644

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
}
1717

1818
.katex-display .katex {
19+
margin: auto;
1920
width: fit-content;
2021
overflow: hidden;
2122
}

0 commit comments

Comments
 (0)