[explorev2] cosmetic, smaller size for input text (#1746)

This commit is contained in:
Maxime Beauchemin 2016-12-02 10:44:16 -08:00 committed by GitHub
parent 723f90755e
commit 95580a004f

View File

@ -23,7 +23,7 @@ export default class TextField extends React.Component {
}
render() {
return (
<FormGroup controlId="formInlineName">
<FormGroup controlId="formInlineName" bsSize="small">
<ControlLabelWithTooltip
label={this.props.label}
description={this.props.description}