Live video on the AT Protocol
79
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add flex=1 to ChatMessageText so the line doesnt go off the screen

Natalie B. 47dd4c43 4f2fa6da

+1 -1
+1 -1
js/app/components/chat/chat.tsx
··· 481 481 }); 482 482 483 483 return ( 484 - <Text fontSize={13}> 484 + <Text fontSize={13} flex={1}> 485 485 <Text 486 486 color={getRgbColor(message.chatProfile?.color)} 487 487 cursor="pointer"