Created Bootstrap Caveats (markdown)

Geremia Taglialatela 2016-01-13 15:16:04 +01:00
parent 0d66ed6b2c
commit 6de7cd015c

10
Bootstrap-Caveats.md Normal file

@ -0,0 +1,10 @@
## Use of `.fa-fw` and `.fa-border` on the same icon
Please add to your stylesheet
```css
.fa-fw.fa-border {
width: 1.58571429em;
}
```
Refers to: [#8309](https://github.com/FortAwesome/Font-Awesome/issues/8309)