From d23d9ee4a01a3db0fb2b843bbd7b69814a91790b Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 29 Jun 2014 19:58:09 -0700 Subject: [PATCH] fix #13979 --- docs/_includes/js/tooltips.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_includes/js/tooltips.html b/docs/_includes/js/tooltips.html index 5a43c1ddd1..858a91ec38 100644 --- a/docs/_includes/js/tooltips.html +++ b/docs/_includes/js/tooltips.html @@ -58,7 +58,7 @@ $('#example').tooltip(options)

Multiple-line links

Sometimes you want to add a tooltip to a hyperlink that wraps multiple lines. The default behavior of the tooltip plugin is to center it horizontally and vertically. Add white-space: nowrap; to your anchors to avoid this.

-{% highlight html linenos %} +{% highlight html %} Hover over me -- 2.47.2