diff options
-rw-r--r-- | src/view/com/composer/threadgate/ThreadgateBtn.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/composer/threadgate/ThreadgateBtn.tsx b/src/view/com/composer/threadgate/ThreadgateBtn.tsx index be2c52453..c3bcf345b 100644 --- a/src/view/com/composer/threadgate/ThreadgateBtn.tsx +++ b/src/view/com/composer/threadgate/ThreadgateBtn.tsx @@ -68,7 +68,7 @@ export function ThreadgateBtn({ !isNative ? {paddingVertical: 6, paddingHorizontal: 8} : undefined }> <ButtonIcon icon={anyoneCanInteract ? Earth : Group} /> - <ButtonText>{label}</ButtonText> + <ButtonText numberOfLines={1}>{label}</ButtonText> </Button> </Animated.View> <PostInteractionSettingsControlledDialog |