Skip to content

Commit

Permalink
edit spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
hertweckhr1 committed Oct 11, 2019
1 parent b2ed5e6 commit ee9c74b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/InputGroup/InputGroup.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,15 +111,15 @@ class InputGroup extends Component {
return (
<div {...props}
className={inputGroupClasses}>
{ inputGroupAddon }
{ input }
{inputGroupAddon}
{input}
</div>
);
} else {
return (
<div {...props}
className={inputGroupClasses}>
{ input }
{input}
{inputGroupAddon}
</div>
);
Expand Down

0 comments on commit ee9c74b

Please sign in to comment.