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; }