I'm using react-bootstrap, how to keep the button in the same line of my text field?
<FormGroup>
<InputGroup >
<FormControl
type="text"
placeholder="Search for artist"
/>
<InputGroup.Append>
<Button><Octicon name="search"/></Button>
</InputGroup.Append>
</InputGroup>
</FormGroup>

display: flex;w3schools.com/css/css3_flexbox.asp ?