mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-12-26 21:41:29 +08:00
Created Bootstrap Caveats (markdown)
parent
0d66ed6b2c
commit
6de7cd015c
10
Bootstrap-Caveats.md
Normal file
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)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user