From 6de7cd015cb0df0d7b7e3d022c378e01e7381404 Mon Sep 17 00:00:00 2001 From: Geremia Taglialatela Date: Wed, 13 Jan 2016 15:16:04 +0100 Subject: [PATCH] Created Bootstrap Caveats (markdown) --- Bootstrap-Caveats.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Bootstrap-Caveats.md diff --git a/Bootstrap-Caveats.md b/Bootstrap-Caveats.md new file mode 100644 index 0000000..3f6b765 --- /dev/null +++ b/Bootstrap-Caveats.md @@ -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) +