We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fc210d commit 0c73abfCopy full SHA for 0c73abf
packages/compass-assistant/src/assistant-chat.tsx
@@ -60,6 +60,7 @@ export const AsisstantChat: React.FunctionComponent<AsisstantChatProps> = ({
60
alignSelf: message.role === 'user' ? 'flex-end' : 'flex-start',
61
maxWidth: '80%',
62
wordWrap: 'break-word',
63
+ whiteSpace: 'pre-wrap',
64
}}
65
>
66
{message.parts
0 commit comments