Skip to content

Commit 4d09265

Browse files
authored
[C-5164] Add max height to mobile ComposerInput (#10044)
1 parent f4ebc7d commit 4d09265

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/mobile/src/components/composer-input/ComposerInput.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ const useStyles = makeStyles(({ spacing, palette, typography }) => ({
6666
backgroundColor: 'transparent',
6767
paddingLeft: spacing(4),
6868
paddingVertical: spacing(2),
69-
borderRadius: spacing(1)
69+
borderRadius: spacing(1),
70+
maxHeight: 240
7071
},
7172
composeTextInput: {
7273
fontSize: typography.fontSize.medium,

0 commit comments

Comments
 (0)