Commit e25b11d4 authored by Patrick Yeo's avatar Patrick Yeo Committed by Mark Otto
Browse files

v4 docs Input Group Sizing section should display `.input-group-sm` (#23151)

parent 4634b39a
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment