fix height

This commit is contained in:
Guilherme Gazzo 2017-12-07 11:33:17 -02:00
parent 75cf1830f1
commit 5e004ff80b
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ export default class MessageBox extends React.Component {
constructor(props) {
super(props);
this.state = {
height: 40,
height: 20,
text: ''
};
}