File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
packages/compass-assistant/src/components Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -140,11 +140,6 @@ const messageFeedFixesStyles = css({
140140 fontWeight : 600 ,
141141 } ,
142142} ) ;
143- const chatWindowFixesStyles = css ( {
144- height : '100%' ,
145- display : 'flex' ,
146- flexDirection : 'column' ,
147- } ) ;
148143const welcomeMessageStyles = css ( {
149144 paddingBottom : spacing [ 400 ] ,
150145 paddingLeft : spacing [ 400 ] ,
@@ -370,7 +365,7 @@ export const AssistantChat: React.FunctionComponent<AssistantChatProps> = ({
370365 style = { chatContainerOverrideStyle }
371366 >
372367 < LeafyGreenChatProvider >
373- < ChatWindow title = "MongoDB Assistant" className = { chatWindowFixesStyles } >
368+ < ChatWindow >
374369 < div
375370 data-testid = "assistant-chat-messages"
376371 className = { messageFeedFixesStyles }
You can’t perform that action at this time.
0 commit comments