style: message max-width

This commit is contained in:
Jing Hua 2023-03-27 00:33:16 +08:00
parent 5886eb7461
commit c06415d4fb

View file

@ -134,7 +134,7 @@ const ContentView = React.memo(
return (
<>
<div className='markdown prose w-full break-words dark:prose-invert dark share-gpt-message'>
<div className='markdown prose w-full md:max-w-full break-words dark:prose-invert dark share-gpt-message'>
<ReactMarkdown
remarkPlugins={[
remarkGfm,