mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
v4 docs Input Group Sizing section should display .input-group-sm
(#23151)
This commit is contained in:
parent
4634b39a1b
commit
e25b11d433
@ -50,7 +50,7 @@ Add the relative form sizing classes to the `.input-group` itself and contents w
|
||||
<input type="text" class="form-control" placeholder="Username" aria-label="Username" aria-describedby="sizing-addon1">
|
||||
</div>
|
||||
<br>
|
||||
<div class="input-group">
|
||||
<div class="input-group input-group-sm">
|
||||
<span class="input-group-addon" id="sizing-addon2">@</span>
|
||||
<input type="text" class="form-control" placeholder="Username" aria-label="Username" aria-describedby="sizing-addon2">
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user