Skip to content

Commit

Permalink
fix: align seed input to top on Android
Browse files Browse the repository at this point in the history
  • Loading branch information
hanwencheng committed Jul 29, 2019
1 parent 10e97b4 commit 0d29f30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/AccountSeed.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ export default class AccountSeed extends Component {
style={[styles.input, invalidStyles]}
multiline
autoCapitalize="none"
textAlignVertical="top"
onSelectionChange={this.handleCursorPosition}
{...this.props}
/>
Expand Down

0 comments on commit 0d29f30

Please sign in to comment.