mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
Docs: Fix flavor text in input group example that got borked at some point
[skip sauce]
This commit is contained in:
parent
1ac1cf5952
commit
23a7c6b1a6
@ -23,7 +23,7 @@ Place one add-on or button on either side of an input. You may also place one on
|
||||
<br>
|
||||
<div class="input-group">
|
||||
<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>
|
||||
<br>
|
||||
<label for="basic-url">Your vanity URL</label>
|
||||
|
Loading…
x
Reference in New Issue
Block a user