diff --git a/Bootstrap-Caveats.md b/Bootstrap-Caveats.md index 0370178..fdc8995 100644 --- a/Bootstrap-Caveats.md +++ b/Bootstrap-Caveats.md @@ -2,6 +2,8 @@ * [Use of `.fa-fw` and `.fa-border` on the same icon](#use-of-fa-fw-and-fa-border-on-the-same-icon) * [Icon placement when used in input with feedback](#icon-placement-when-used-in-input-with-feedback) +--- + #### Use of `.fa-fw` and `.fa-border` on the same icon Please add to your stylesheet: ```css @@ -12,6 +14,8 @@ Please add to your stylesheet: Ref: [#8309](https://github.com/FortAwesome/Font-Awesome/issues/8309) +--- + #### Icon placement when used in input with feedback Use this markup: ```html