You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/_includes/js/tooltips.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ <h3>Markup</h3>
58
58
<h4>Multiple-line links</h4>
59
59
<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>
60
60
</div>
61
-
{% highlight html linenos %}
61
+
{% highlight html %}
62
62
<!-- HTML to write -->
63
63
<ahref="#" data-toggle="tooltip" title="Some tooltip text!">Hover over me</a>
0 commit comments