Skip to content

Commit

Permalink
gt - Update widths
Browse files Browse the repository at this point in the history
  • Loading branch information
gthomas-appfolio committed Jun 25, 2018
1 parent 6f874eb commit 7c9384e
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 @@ -124,7 +124,7 @@ class AddressInput extends React.Component {
/>
</FormLabelGroup>
</Col>
<Col sm={2} xs={3} className="pr-3">
<Col sm={2} xs={4} className="pr-3">
<FormLabelGroup
rowClassName={classnames({ 'mb-0': !showCountry })}
feedback={error.state}
Expand All @@ -144,7 +144,7 @@ class AddressInput extends React.Component {
/>
</FormLabelGroup>
</Col>
<Col sm={4} xs={9}>
<Col sm={4} xs={8}>
<FormLabelGroup
rowClassName={classnames({ 'mb-0': !showCountry })}
label={showLabels ? labels.postal : null}
Expand Down

0 comments on commit 7c9384e

Please sign in to comment.