Commit d23d9ee4 authored by Chris Rebert's avatar Chris Rebert
Browse files

fix #13979

parent 1098453f
Showing with 1 addition and 1 deletion
+1 -1
...@@ -58,7 +58,7 @@ $('#example').tooltip(options) ...@@ -58,7 +58,7 @@ $('#example').tooltip(options)
<h4>Multiple-line links</h4> <h4>Multiple-line links</h4>
<p>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 <code>white-space: nowrap;</code> to your anchors to avoid this.</p> <p>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 <code>white-space: nowrap;</code> to your anchors to avoid this.</p>
</div> </div>
{% highlight html linenos %} {% highlight html %}
<!-- HTML to write --> <!-- HTML to write -->
<a href="#" data-toggle="tooltip" title="Some tooltip text!">Hover over me</a> <a href="#" data-toggle="tooltip" title="Some tooltip text!">Hover over me</a>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment