diff --git a/guide/english/bootstrap/icons/index.md b/guide/english/bootstrap/icons/index.md index 96c2b80633..3c419f13a5 100644 --- a/guide/english/bootstrap/icons/index.md +++ b/guide/english/bootstrap/icons/index.md @@ -63,6 +63,16 @@ _Note: Do not include the dot in the HTML Class Attribute, referring to the clas _Note: Bootstrap's Glyphicons icon is not avalable on bootstrap V4_ +### Things to keep in mind + +**Don't mix with other components** + +Icon classes cannot be directly combined with other components. They should not be used along with other classes on the same element. Instead, add a nested `` and apply the icon classes to the ``. + +**Only use icons on empty elements** + +Icon classes should only be used on elements that contain no text content and have no child elements. + ### More Information: - [Bootstrap Glyphicons Icons Doc](https://getbootstrap.com/docs/3.3/components/#glyphicons)