Skip to content

Commit 0d70bc2

Browse files
committed
style: Remove .katex-display margin and update .katex line-height.
1 parent 114fa5f commit 0d70bc2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/components/mdx/Excalidraw.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,7 @@ export function Excalidraw({
274274
align-items: center;
275275
justify-content: center;
276276
}
277-
.katex-display { margin: 0; }
278-
.katex { font-size: 1.15em; line-height: 1.2; }
277+
.katex { font-size: 1.15em; line-height: 1; }
279278
280279
@keyframes exc-flow-base { from { stroke-dashoffset: 40; } to { stroke-dashoffset: 0; } }
281280

0 commit comments

Comments
 (0)