fix styling on links in markdown

This commit is contained in:
AAGaming
2022-10-02 10:14:51 -04:00
parent 617916e8e5
commit ef51b96f08

View File

@@ -24,6 +24,7 @@ const Markdown: FunctionComponent<MarkdownProps> = (props) => {
aRef?.current?.click();
props.onDismiss?.();
}}
style={{ display: 'inline' }}
>
<a ref={aRef} {...nodeProps.node.properties}>
{nodeProps.children}