-
Notifications
You must be signed in to change notification settings - Fork 12.2k
Bootstrap Caveats
Geremia Taglialatela edited this page Feb 18, 2016
·
9 revisions
-
Use of
.fa-fw
and.fa-border
on the same icon (#8309) - Icon placement when used in input with feedback (#4313)
Please add to your stylesheet:
.fa-fw.fa-border {
width: 1.58571429em;
}
Use this markup:
<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>