mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-23 21:53:25 +02:00
Docs: Fix flavor text in input group example that got borked at some point
[skip sauce]
This commit is contained in:
@@ -23,7 +23,7 @@ Place one add-on or button on either side of an input. You may also place one on
|
|||||||
<br>
|
<br>
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<input type="text" class="form-control" placeholder="Recipient's username" aria-describedby="basic-addon2">
|
<input type="text" class="form-control" placeholder="Recipient's username" aria-describedby="basic-addon2">
|
||||||
<span class="input-group-addon" id="basic-addon2">.00</span>
|
<span class="input-group-addon" id="basic-addon2">@example.com</span>
|
||||||
</div>
|
</div>
|
||||||
<br>
|
<br>
|
||||||
<label for="basic-url">Your vanity URL</label>
|
<label for="basic-url">Your vanity URL</label>
|
||||||
|
Reference in New Issue
Block a user