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:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"preview": patch
|
||||
---
|
||||
|
||||
Decrease padding of `input` in `2-step-verification-code`
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user