diff options
-rw-r--r-- | src/view/com/composer/text-input/TextInput.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/view/com/composer/text-input/TextInput.tsx b/src/view/com/composer/text-input/TextInput.tsx index 877945b96..e72b41f0a 100644 --- a/src/view/com/composer/text-input/TextInput.tsx +++ b/src/view/com/composer/text-input/TextInput.tsx @@ -210,10 +210,11 @@ export const TextInput = React.forwardRef( const styles = StyleSheet.create({ container: { - width: '100%', + flex: 1, }, textInput: { flex: 1, + width: '100%', minHeight: 80, padding: 5, paddingBottom: 20, |