Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
fix(default-theme): currency sign and price should be in one line (#817)
Browse files Browse the repository at this point in the history
  • Loading branch information
Przemek Spaczek authored May 28, 2020
1 parent 5876428 commit 5b5a12d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/default-theme/components/SwProductCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,11 @@ export default {
},
}
</script>
<style lang="scss" scoped>
@import '@/assets/scss/variables';
.sw-product-card {
::v-deep .sf-price {
flex-wrap: wrap;
}
}
</style>

1 comment on commit 5b5a12d

@vercel
Copy link

@vercel vercel bot commented on 5b5a12d May 28, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.