1
0
mirror of https://github.com/tabler/tabler.git synced 2026-06-17 12:50:03 +04:00

Decrease padding of form-control input in 2-step-verification-code (#2181)

This commit is contained in:
BG-Software
2025-02-28 10:19:37 +01:00
committed by GitHub
parent e46fec5050
commit 2c9a4dfb37
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"preview": patch
---
Decrease padding of `input` in `2-step-verification-code`
+1 -1
View File
@@ -23,7 +23,7 @@ permalink: 2-step-verification-code.html
<div class="row g-2">
{% for i in (1..3) %}
<div class="col">
<input type="text" class="form-control form-control-lg text-center py-3" maxlength="1" inputmode="numeric" pattern="[0-9]*" data-code-input />
<input type="text" class="form-control form-control-lg text-center px-3 py-3" maxlength="1" inputmode="numeric" pattern="[0-9]*" data-code-input />
</div>
{% endfor %}
</div>