Skip to content

Commit 9c9f030

Browse files
committed
fix: remove unnecessary styles from KaTeX error display
1 parent a851c9e commit 9c9f030

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,6 @@ const StyledMarkdown = styled.div`
100100
101101
.katex-error {
102102
color: var(--vscode-errorForeground);
103-
border: 1px solid var(--vscode-inputValidation-errorBorder);
104-
padding: 8px;
105-
border-radius: 3px;
106103
}
107104
108105
font-family:

0 commit comments

Comments
 (0)