diff --git a/src/components/TextContent/index.tsx b/src/components/TextContent/index.tsx index f7e827bb..96e31e4a 100644 --- a/src/components/TextContent/index.tsx +++ b/src/components/TextContent/index.tsx @@ -8,6 +8,8 @@ const classNames = [ "dark:prose-invert", "lg:prose-lg", + "max-w-full", + "text-gray-900", "dark:text-gray-100",