Space Fixed

This commit is contained in:
devansh bawari 2021-01-05 10:26:42 +05:30
parent dc0b5f95db
commit 9312bf4809
1 changed files with 1 additions and 2 deletions

View File

@ -81,14 +81,13 @@
<div class="mt10 mb10" v-if="address.billing.address_id">
<span class="checkbox fs16 display-inbl">
<input
class="ml0"
type="checkbox"
id="billing[use_for_shipping]"
name="billing[use_for_shipping]"
@change="validateFormAfterAction"
v-model="address.billing.use_for_shipping" />
<span class="ml-5">
<span>
{{ __('shop::app.checkout.onepage.use_for_shipping') }}
</span>
</span>