From 41cf2c33dec185bd6ef668a176512a33a998f9d0 Mon Sep 17 00:00:00 2001 From: Khalil Ali <42637597+khalilcodes@users.noreply.github.com> Date: Wed, 8 Jun 2022 15:16:29 +0300 Subject: [PATCH] [site/mdx][xs]: fix word break styles for links --- site/components/MDX.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/components/MDX.js b/site/components/MDX.js index 2ff4865..89e34f6 100644 --- a/site/components/MDX.js +++ b/site/components/MDX.js @@ -74,7 +74,7 @@ export default function MdxPage({ body, meta }) { ]} />
-
+
{title &&

{title}

}