Skip to content

Commit

Permalink
Merge pull request #548 from appfolio/updateAddressInputSizing
Browse files Browse the repository at this point in the history
Update AddressInput.js
  • Loading branch information
gthomas-appfolio authored May 21, 2019
2 parents e69e0b5 + 273fd40 commit 4aa4804
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/AddressInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class AddressInput extends React.Component {
/>
</FormLabelGroup>
</Col>
<Col sm={2} xs={4} className="pr-3">
<Col md={2} sm={3} xs={4} className="pr-3">
<FormLabelGroup
rowClassName={classnames({ 'mb-0': !showCountry })}
feedback={error.state}
Expand All @@ -146,7 +146,7 @@ class AddressInput extends React.Component {
/>
</FormLabelGroup>
</Col>
<Col sm={4} xs={8}>
<Col md={4} sm={3} xs={8}>
<FormLabelGroup
rowClassName={classnames({ 'mb-0': !showCountry })}
label={showLabels ? labels.postal : null}
Expand Down

0 comments on commit 4aa4804

Please sign in to comment.