fix height
This commit is contained in:
parent
75cf1830f1
commit
5e004ff80b
|
@ -34,7 +34,7 @@ export default class MessageBox extends React.Component {
|
|||
constructor(props) {
|
||||
super(props);
|
||||
this.state = {
|
||||
height: 40,
|
||||
height: 20,
|
||||
text: ''
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue