]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
[trivial] Rewording in tooltips. Closes #26467 (#26521)
authorVarunram Ganesh <vrg2009@ymail.com>
Tue, 15 May 2018 19:59:51 +0000 (15:59 -0400)
committerPatrick H. Lauke <redux@splintered.co.uk>
Tue, 15 May 2018 19:59:51 +0000 (20:59 +0100)
docs/4.1/components/popovers.md

index 14a1ac9b374b5fb043338ea20e1c9a56e442a11d..f781c7162f994e9a3014f26c91fc41e8f606f11e 100644 (file)
@@ -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.