Skip to content

Commit

Permalink
Fixed Product detail page UI is not rendered properly when descriptio…
Browse files Browse the repository at this point in the history
…n of the product is not available vuestorefront#681
  • Loading branch information
priyal-hotwax committed Dec 7, 2021
1 parent a7601c8 commit 48620b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Updated the links of banners in product page (#445)
- Improved: code to empty the password fields when clicking the update password button ([#679] (https://github.com/vuestorefront/vsf-capybara/issues/679))
- Updated: code to make the tab index work on the authentication modals(#434)
- Fixed Product detail page UI is not rendered properly when description of the product is not available (#681)


## [1.0.5] - 23.06.2021
Expand Down
1 change: 1 addition & 0 deletions components/organisms/o-product-details.vue
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ export default {
max-width: 32.625rem;
margin: 0 0 0 7.5rem;
padding: 0;
flex-grow: 1;
}
}
&__add-to-cart {
Expand Down

0 comments on commit 48620b7

Please sign in to comment.