Skip to content

Commit

Permalink
[trivial] Rewording in tooltips. Closes #26467 (#26521)
Browse files Browse the repository at this point in the history
  • Loading branch information
Varunram authored and patrickhlauke committed May 15, 2018
1 parent f42ef5f commit d6ee126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/4.1/components/popovers.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Things to know when using the popover plugin:
- Specify `container: 'body'` to avoid rendering problems in more complex components (like our input groups, button groups, etc).
- Triggering popovers on hidden elements will not work.
- Popovers for `.disabled` or `disabled` elements must be triggered on a wrapper element.
- When triggered from anchors that wrap across multiple lines, popovers will be centered between the anchors' overall width. Use `white-space: nowrap;` on your `<a>`s to avoid this behavior.
- When triggered from anchors that wrap across multiple lines, popovers will be centered between the anchors' overall width. Use `.text-nowrap` on your `<a>`s to avoid this behavior.
- Popovers must be hidden before their corresponding elements have been removed from the DOM.

Keep reading to see how popovers work with some examples.
Expand Down

0 comments on commit d6ee126

Please sign in to comment.