mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-26 09:10:24 +00:00
Fix "CVV" label pointing to wrong field (#25518)
This commit is contained in:
parent
38fc5cf7f7
commit
8adb533fe1
1 changed files with 1 additions and 1 deletions
|
|
@ -211,7 +211,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="col-md-3 mb-3">
|
||||
<label for="cc-expiration">CVV</label>
|
||||
<label for="cc-cvv">CVV</label>
|
||||
<input type="text" class="form-control" id="cc-cvv" placeholder="" required>
|
||||
<div class="invalid-feedback">
|
||||
Security code required
|
||||
|
|
|
|||
Loading…
Reference in a new issue