Skip to content

Commit

Permalink
[less] fix bootstrap issue with font-awesome icons
Browse files Browse the repository at this point in the history
  • Loading branch information
andrenarchy committed Feb 18, 2015
1 parent aa75423 commit cbe0548
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/less/bootstrap/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@

// set font path
@icon-font-path: "assets/bootstrap/fonts/";

// fix an issue with form-control-feedback and fontawesome
// see https://github.com/FortAwesome/Font-Awesome/issues/4313
.form-control + .form-control-feedback {
.form-control-feedback;
}

0 comments on commit cbe0548

Please sign in to comment.