Remove width of screen position for Paytrace form

This commit is contained in:
Benjamin Beganović 2022-04-14 10:21:04 +02:00
parent 4c1fef5cf4
commit 2c7f521092

View File

@ -50,7 +50,7 @@
@include('portal.ninja2020.gateways.includes.save_card')
@component('portal.ninja2020.components.general.card-element-single')
<div class="w-screen items-center" id="paytrace--credit-card-container">
<div class="items-center" id="paytrace--credit-card-container">
<div id="pt_hpf_form"></div>
</div>
@endcomponent