Skip to content

Commit

Permalink
[explorev2] cosmetic, smaller size for input text (#1746)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch authored Dec 2, 2016
1 parent 723f907 commit 95580a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 95580a0

Please sign in to comment.