Skip to content

Commit

Permalink
Merge pull request #62 from vtex-apps/fix/alignment
Browse files Browse the repository at this point in the history
Profile last name field alignment
  • Loading branch information
klzns committed Feb 26, 2019
2 parents 4a542e0 + 401aa45 commit ef5a630
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.23.2] - 2019-02-26

### Fixed

- Profile last name field alignment

## [0.23.1] - 2019-02-25

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "my-account",
"vendor": "vtex",
"version": "0.23.1",
"version": "0.23.2",
"title": "My Account",
"description": "",
"mustUpdateAt": "2019-07-09",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.23.1",
"version": "0.23.2",
"scripts": {
"lint:locales": "intl-equalizer"
},
Expand Down
2 changes: 1 addition & 1 deletion react/components/Profile/ProfileBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const ProfileBox = ({ profile, storeCountry, onEditClick, intl }) => {
{firstName.value}
</DataEntry>
</div>
<div className="mb8 flex-auto">
<div className="mb8 w-50-ns">
<DataEntry label={lastName.label}>
{lastName.value}
</DataEntry>
Expand Down

0 comments on commit ef5a630

Please sign in to comment.