mirror of https://github.com/twbs/bootstrap.git
Remove redundant space in forms/validation.md
This commit is contained in:
parent
99e3724459
commit
aff8f0dc9a
|
|
@ -127,7 +127,7 @@ While these feedback styles cannot be styled with CSS, you can still customize t
|
|||
<label for="validationDefaultUsername" class="form-label">Username</label>
|
||||
<div class="input-group">
|
||||
<span class="input-group-text" id="inputGroupPrepend2">@</span>
|
||||
<input type="text" class="form-control" id="validationDefaultUsername" aria-describedby="inputGroupPrepend2" required>
|
||||
<input type="text" class="form-control" id="validationDefaultUsername" aria-describedby="inputGroupPrepend2" required>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
|
|
|
|||
Loading…
Reference in New Issue