Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
mmelchio committed Jul 18, 2016
2 parents 9d85c43 + 2e0393f commit 344876d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/components/missions/SolveTaskInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const styles = StyleSheet.create({
paddingTop: 7,
},
textInput: {
height: 45,
height: 40,
marginTop: 10,
},
picker: {
Expand Down Expand Up @@ -96,7 +96,7 @@ const SolveTaskInput = React.createClass({
},

_renderInputField() {
const emptyInputField = <View />;
const emptyInputField = <View style={{height: 50}}/>;

if (this.state.unableToSolve) {
this.state.answerValue = '-';
Expand Down

0 comments on commit 344876d

Please sign in to comment.