Fix pda messenger splitting all words instead of putting them on new lines (#95929)

This commit is contained in:
Ivy
2026-05-05 10:28:48 -04:00
committed by GitHub
parent bb7b42d691
commit 1be26bd847
2 changed files with 3 additions and 2 deletions
@@ -201,7 +201,7 @@ const ContactsScreen = (props: any) => {
<Stack vertical textAlign="center">
<Box bold>
<Icon name="address-card" mr={1} />
SpaceMessenger V6.5.3
SpaceMessenger V6.5.4
</Box>
<Box italic opacity={0.3} mt={1}>
Bringing you spy-proof communications since 2467.
@@ -368,6 +368,7 @@ const SendToAllSection = (props) => {
<Section>
<TextArea
height={6}
width="100%"
value={message}
placeholder="Send message to everyone..."
onChange={setMessage}
@@ -38,7 +38,7 @@
min-width: 9rem;
overflow-wrap: break-word;
text-align: left;
word-break: break-all;
word-break: break-word;
}
&__everyone {