mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 08:37:43 +01:00
Fix pda messenger splitting all words instead of putting them on new lines (#95929)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user