2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Fixes #6823: add some docs notes about tooltips in input groups

This commit is contained in:
Mark Otto
2013-02-06 17:25:58 -08:00
parent c8874ff285
commit e3f3542d0b
5 changed files with 9 additions and 3 deletions
+3
View File
@@ -785,6 +785,9 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
</div>
<h3>Tooltips in input groups</h3>
<p>When using tooltips and popovers with the Bootstrap input groups, you'll have to set the <code>container</code> (documented below) option to avoid unwanted side effects.</p>
<hr class="bs-docs-separator">