summaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
authorAAGaming <aa@mail.catvibers.me>2022-10-02 10:14:51 -0400
committerAAGaming <aa@mail.catvibers.me>2022-10-02 10:14:51 -0400
commitef51b96f082e63abb1db1f8eb5e0ba88e64d82a7 (patch)
tree0d8926a27771829d66193fbfe7f30da2d8341e68 /frontend
parent617916e8e5a8840f44309b4803f86f37180ddef1 (diff)
downloaddecky-loader-ef51b96f082e63abb1db1f8eb5e0ba88e64d82a7.tar.gz
decky-loader-ef51b96f082e63abb1db1f8eb5e0ba88e64d82a7.zip
fix styling on links in markdown
Diffstat (limited to 'frontend')
-rw-r--r--frontend/src/components/Markdown.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/src/components/Markdown.tsx b/frontend/src/components/Markdown.tsx
index 81618b55..278e49cd 100644
--- a/frontend/src/components/Markdown.tsx
+++ b/frontend/src/components/Markdown.tsx
@@ -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}