Prevent cutting of characters with height styling

This commit is contained in:
Matilde Park 2019-08-01 17:37:21 -04:00
parent 24560952f2
commit f6eca9f09f

View File

@ -161,7 +161,7 @@ export class ChatInput extends Component {
</div> </div>
<div className="fr h-100 flex" style={{ flexGrow: 1, height: 40 }}> <div className="fr h-100 flex" style={{ flexGrow: 1, height: 40 }}>
<input className="ml2 bn" <input className="ml2 bn"
style={{ flexGrow: 1 }} style={{ flexGrow: 1, height: 40 }}
ref={this.textareaRef} ref={this.textareaRef}
placeholder={props.placeholder} placeholder={props.placeholder}
value={state.message} value={state.message}