Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
fix CSS to add margin on FO for save card
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoarau committed May 28, 2020
1 parent aa37f4a commit bd71e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/templates/front/payment_form_card.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<div id="save_card">
<p class="checkbox">
<input type="checkbox" name="stripe_save_card" id="stripe_save_card" value="1">
<label for="stripe_save_card" class="{if isset($prestashop_version) && $prestashop_version == '1.6'}label16{else}label{/if}">{l s='Save card for future purchases' mod='stripe_official'}</label><br/>
<label for="stripe_save_card" class="{if isset($prestashop_version) && $prestashop_version == '1.6'}label16{else}label{/if} ml-2">{l s='Save card for future purchases' mod='stripe_official'}</label><br/>
<span class="{if isset($prestashop_version) && $prestashop_version == '1.6'}label16{else}label{/if}">{l s='Your card details are protected using PCI DSS v3.2 security standards.' mod='stripe_official'}</span>
</p>
</div>
Expand Down

0 comments on commit bd71e7d

Please sign in to comment.