Skip to content

Commit

Permalink
Merge pull request #8521 from mdneyazahmad/fix/7980-max-line
Browse files Browse the repository at this point in the history
fix(native): limit max height of composer to 6 lines
  • Loading branch information
pecanoro authored Apr 22, 2022
2 parents 63633d6 + bf06ef2 commit 2038776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CONST.js
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ const CONST = {
EMOJI_PICKER_ITEM_HEIGHT: 40,
EMOJI_PICKER_HEADER_HEIGHT: 38,

COMPOSER_MAX_HEIGHT: 116,
COMPOSER_MAX_HEIGHT: 125,

EMAIL: {
CONCIERGE: 'concierge@expensify.com',
Expand Down

0 comments on commit 2038776

Please sign in to comment.