mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-12-25 21:11:30 +08:00
Updated Bootstrap Caveats (markdown)
parent
a4a3db7177
commit
5f7c92fee4
@ -8,3 +8,16 @@ Please add to your stylesheet:
|
||||
|
||||
Refers to: [#8309](https://github.com/FortAwesome/Font-Awesome/issues/8309)
|
||||
|
||||
### Icon placement when used in input with feedback
|
||||
Use this markup:
|
||||
```html
|
||||
<div class="form-group has-feedback">
|
||||
<label class="control-label">Font Awesome</label>
|
||||
<input type="text" class="form-control">
|
||||
<span class="form-control-feedback">
|
||||
<i class="fa fa-search"></i>
|
||||
</span>
|
||||
</div>
|
||||
```
|
||||
|
||||
Refers to: [#4313](https://github.com/FortAwesome/Font-Awesome/issues/4313)
|
||||
|
Loading…
Reference in New Issue
Block a user