Skip to content

Commit d6ee126

Browse files
Varunrampatrickhlauke
authored andcommitted
[trivial] Rewording in tooltips. Closes #26467 (#26521)
1 parent f42ef5f commit d6ee126

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/4.1/components/popovers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Things to know when using the popover plugin:
1818
- Specify `container: 'body'` to avoid rendering problems in more complex components (like our input groups, button groups, etc).
1919
- Triggering popovers on hidden elements will not work.
2020
- Popovers for `.disabled` or `disabled` elements must be triggered on a wrapper element.
21-
- 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.
21+
- 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.
2222
- Popovers must be hidden before their corresponding elements have been removed from the DOM.
2323

2424
Keep reading to see how popovers work with some examples.

0 commit comments

Comments
 (0)