Skip to content

Commit 0e34263

Browse files
committed
Center align block katex equations
1 parent c018342 commit 0e34263

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)