Skip to content

Commit

Permalink
[C-5164] Add max height to mobile ComposerInput (#10044)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle-Shanks authored Oct 14, 2024
1 parent f4ebc7d commit 4d09265
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ const useStyles = makeStyles(({ spacing, palette, typography }) => ({
backgroundColor: 'transparent',
paddingLeft: spacing(4),
paddingVertical: spacing(2),
borderRadius: spacing(1)
borderRadius: spacing(1),
maxHeight: 240
},
composeTextInput: {
fontSize: typography.fontSize.medium,
Expand Down

0 comments on commit 4d09265

Please sign in to comment.