mirror of
https://github.com/apache/superset.git
synced 2026-04-17 07:05:04 +00:00
[explorev2] cosmetic, smaller size for input text (#1746)
This commit is contained in:
committed by
GitHub
parent
723f90755e
commit
95580a004f
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user