phone number numeric text
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
</span>
|
||||
<span class="input-group-item input-group-item-middle">
|
||||
<input
|
||||
type="input"
|
||||
class="form-control phone-number no-margin-shifting{{#if optOut}} text-strikethrough{{/if}}{{#if invalid}} text-danger{{/if}}"
|
||||
type="text"
|
||||
class="form-control phone-number numeric-text no-margin-shifting {{#if optOut}} text-strikethrough {{/if}} {{#if invalid}} text-danger {{/if}}"
|
||||
value="{{phoneNumber}}"
|
||||
autocomplete="espo-{{../name}}"
|
||||
maxlength={{../itemMaxLength}}
|
||||
|
||||
@@ -35,6 +35,7 @@
|
||||
align-items: center;
|
||||
height: 100%;
|
||||
padding: 0 var(--6px) 0 var(--8px);
|
||||
font-variant-numeric: tabular-nums; // Espo
|
||||
}
|
||||
.iti__arrow {
|
||||
margin-left: var(--6px);
|
||||
@@ -65,6 +66,7 @@
|
||||
max-height: var(--200px);
|
||||
overflow-y: scroll;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
font-variant-numeric: tabular-nums; // Espo
|
||||
}
|
||||
.iti__country-list--dropup {
|
||||
bottom: 100%;
|
||||
|
||||
Reference in New Issue
Block a user