Skip to content

Commit 91df178

Browse files
committed
Fix messages height
1 parent fba5c4f commit 91df178

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/compass-assistant/src/components/assistant-chat.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,7 @@ const messageFeedFixesStyles = css({
129129
display: 'flex',
130130
flexDirection: 'column-reverse',
131131
overflowY: 'auto',
132-
width: '100%',
133132
wordBreak: 'break-word',
134-
flex: 1,
135133
padding: spacing[400],
136134
gap: spacing[400],
137135

0 commit comments

Comments
 (0)