Skip to content

Commit d23d9ee

Browse files
committed
1 parent 1098453 commit d23d9ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_includes/js/tooltips.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ <h3>Markup</h3>
5858
<h4>Multiple-line links</h4>
5959
<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>
6060
</div>
61-
{% highlight html linenos %}
61+
{% highlight html %}
6262
<!-- HTML to write -->
6363
<a href="#" data-toggle="tooltip" title="Some tooltip text!">Hover over me</a>
6464

0 commit comments

Comments
 (0)