Skip to content

Commit

Permalink
fix(TextItem): use all the vertical space for the input (#283)
Browse files Browse the repository at this point in the history
Fixes DHIS2-6599.
  • Loading branch information
edoardo authored Apr 16, 2019
1 parent 78c6dea commit 9419d28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Item/TextItem/Item.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ const TextItem = props => {
value={text}
multiline
rows={1}
rowsMax={8}
fullWidth
style={style.textField}
placeholder={i18n.t('Add text here')}
Expand Down

0 comments on commit 9419d28

Please sign in to comment.