Skip to content

Commit

Permalink
MY-12648 fixed a styling issue
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Sep 13, 2019
1 parent ceebac8 commit ca8c063
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@myparcel/checkout",
"version": "3.0.11",
"version": "3.0.12",
"types": "index.d.ts",
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
1 change: 1 addition & 0 deletions src/components/PickupDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<td v-if="$configBus.isMultiCarrier">
<img
:class="[
`${$classBase}__image`,
`${$classBase}__image--lg`,
`${$classBase}__float-right`
]"
Expand Down
2 changes: 1 addition & 1 deletion src/components/PickupOption.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
v-if="pickupData.carrier.image"
:class="[`${$classBase}__d-block`, `${$classBase}__float-left`]">
<img
:class="`${$classBase}__image--sm`"
:class="[`${$classBase}__image`, `${$classBase}__image--sm`]"
:src="pickupData.carrier.image"
:alt="pickupData.carrier.name">&nbsp;
</span>
Expand Down

0 comments on commit ca8c063

Please sign in to comment.