From: Chris Rebert Date: Mon, 30 Jun 2014 02:58:09 +0000 (-0700) Subject: fix #13979 X-Git-Tag: v3.3.0~425 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d23d9ee4a01a3db0fb2b843bbd7b69814a91790b;p=thirdparty%2Fbootstrap.git fix #13979 --- 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