Skip to content

Commit

Permalink
Merge pull request #34 from sharetribe/fix-edit-listing-wizard-width
Browse files Browse the repository at this point in the history
Fix padding problem in EditListingWizard
  • Loading branch information
OtterleyW authored Jun 8, 2021
2 parents cdf7f41 + 807fce8 commit 0a4708d
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 8 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ way to update this template, but currently, we follow a pattern:

## Upcoming version 2020-XX-XX

- [fix] Fix padding problem in EditListingWizard by handling the paddings in one place.
[#34](https://github.com/sharetribe/ftw-product/pull/34)
- [change] Use AspectRatoWrapper on EditListingPhotosPanel.
[#33](https://github.com/sharetribe/ftw-product/pull/33)
- [add] Add EditListingDeliveryPanel. [#29](https://github.com/sharetribe/ftw-product/pull/29)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
height: auto;
display: flex;
flex-direction: column;
padding: 11px 24px 0 24px;
}

.form {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
height: auto;
display: flex;
flex-direction: column;
padding: 11px 24px 0 24px;
}

.form {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
height: auto;
display: flex;
flex-direction: column;
padding: 11px 24px 0 24px;
}

.form {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
height: auto;
display: flex;
flex-direction: column;
padding: 11px 24px 0 24px;
}

.form {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
height: auto;
display: flex;
flex-direction: column;
padding: 11px 24px 0 24px;
}

.form {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
height: auto;
display: flex;
flex-direction: column;
padding: 11px 24px 0 24px;
}

.form {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
height: auto;
display: flex;
flex-direction: column;
padding: 11px 24px 0 24px;
}

.form {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
height: auto;
display: flex;
flex-direction: column;
padding: 11px 24px 0 24px;
}

.form {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@

.panel {
flex-grow: 1;
padding: 11px 24px 0 24px;

@media (--viewportLarge) {
padding: 88px 36px 82px 59px;
Expand Down

0 comments on commit 0a4708d

Please sign in to comment.