Skip to content
Merged
Prev Previous commit
Next Next commit
Fix messages height
  • Loading branch information
kraenhansen committed Dec 17, 2025
commit 91df178e9f832e447dcad28338a913b35b2e870a
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,7 @@ const messageFeedFixesStyles = css({
display: 'flex',
flexDirection: 'column-reverse',
overflowY: 'auto',
width: '100%',
wordBreak: 'break-word',
flex: 1,
padding: spacing[400],
gap: spacing[400],

Expand Down