We will be off from 27/1 (Monday) to 31/1 (Friday) (GMT +7) for our Tet Holiday (Lunar New Year) in our country

Commit 9e3b2f06 authored by Alessio Zampatti's avatar Alessio Zampatti Committed by GitHub

Change input type to "tel" to prevent spacing issue on firefox (#344)

parent a690f9d1
...@@ -101,7 +101,7 @@ ...@@ -101,7 +101,7 @@
<span><!-- ko text: $t('Credit Card Number')--><!-- /ko --></span> <span><!-- ko text: $t('Credit Card Number')--><!-- /ko --></span>
</label> </label>
<div class="control"> <div class="control">
<input type="number" class="input-text" value="" <input type="tel" class="input-text" value=""
data-encrypted-name="number" data-encrypted-name="number"
data-bind="attr: { data-bind="attr: {
autocomplete: off, autocomplete: off,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment