Whitespace fix
This commit is contained in:
parent
be6b539787
commit
509a73238e
@ -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"
|
||||||
}`}>
|
}`}>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user