From 8aaaf21311101c85972e128ed0702e3b9b7f5cdb Mon Sep 17 00:00:00 2001 From: fantasticit Date: Mon, 25 Apr 2022 10:55:30 +0800 Subject: [PATCH] fix: ketex wrap style --- .../client/src/tiptap/wrappers/katex/index.module.scss | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/packages/client/src/tiptap/wrappers/katex/index.module.scss b/packages/client/src/tiptap/wrappers/katex/index.module.scss index a2413e9d..08f01994 100644 --- a/packages/client/src/tiptap/wrappers/katex/index.module.scss +++ b/packages/client/src/tiptap/wrappers/katex/index.module.scss @@ -1,12 +1,10 @@ .wrap { display: inline-flex; - justify-content: center; - transform: translateY(1px); - - font-size: 12px; - line-height: 16px; height: 20px; padding: 2px 8px; - + font-size: 12px; + line-height: 16px; cursor: pointer; + transform: translateY(1px); + justify-content: center; }