diff --git a/web/screens/Thread/ThreadCenterPanel/TextMessage/MarkdownUtils.tsx b/web/screens/Thread/ThreadCenterPanel/TextMessage/MarkdownUtils.tsx index c720dded5..833e67eeb 100644 --- a/web/screens/Thread/ThreadCenterPanel/TextMessage/MarkdownUtils.tsx +++ b/web/screens/Thread/ThreadCenterPanel/TextMessage/MarkdownUtils.tsx @@ -11,4 +11,11 @@ export const markdownComponents: Partial = { {children} ), + table: ({ children }) => ( +
+ + {children} +
+
+ ), } diff --git a/web/styles/components/marked.scss b/web/styles/components/marked.scss index 4ac2a02bc..83b885e39 100644 --- a/web/styles/components/marked.scss +++ b/web/styles/components/marked.scss @@ -64,7 +64,6 @@ border: solid hsla(var(--app-border)) 1px; border-radius: 8px; overflow: auto; - display: flow; margin-top: 16px; margin-bottom: 16px; }