Whitespace fix

This commit is contained in:
yz778 2025-01-31 20:04:28 -08:00
parent be6b539787
commit 509a73238e

View File

@ -132,7 +132,7 @@ export const PlaygroundMessage = (props: Props) => {
</> </>
) : ( ) : (
<p <p
className={`prose dark:prose-invert whitespace-pre-line prose-p:leading-relaxed prose-pre:p-0 dark:prose-dark ${ className={`prose dark:prose-invert whitespace-pre-line prose-p:leading-relaxed prose-pre:p-0 dark:prose-dark ${
props.message_type && props.message_type &&
"italic text-gray-500 dark:text-gray-400 text-sm" "italic text-gray-500 dark:text-gray-400 text-sm"
}`}> }`}>