Skip to content

Commit

Permalink
stretch input to full height in composer when expanded
Browse files Browse the repository at this point in the history
  • Loading branch information
aimane-chnaif committed Oct 11, 2022
1 parent 9a643a8 commit 1150a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -1410,7 +1410,7 @@ const styles = {
}, 0),

textInputFullCompose: {
alignSelf: 'flex-start',
alignSelf: 'stretch',
flex: 1,
maxHeight: '100%',
},
Expand Down

0 comments on commit 1150a97

Please sign in to comment.