mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix: a space adds the space. (#11401)
* fix: a space adds the space. * linting. Ugh.
This commit is contained in:
@@ -83,7 +83,7 @@ export default class Field extends React.PureComponent {
|
||||
<i className="fa fa-info-circle m-l-5" />
|
||||
</OverlayTrigger>
|
||||
)}
|
||||
</FormLabel>
|
||||
</FormLabel>{' '}
|
||||
{hookedControl}
|
||||
<FormControl.Feedback />
|
||||
{!compact && description && <HelpBlock>{description}</HelpBlock>}
|
||||
|
||||
Reference in New Issue
Block a user