diff options
| author | XhmikosR <[email protected]> | 2020-12-20 17:12:22 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2021-01-08 12:04:37 +0200 |
| commit | ccee913e590c2d5d7b88a319d75ab87652fd6f2b (patch) | |
| tree | 5dc5bc2a9c316cd77358cb9d18f06315b931c7de | |
| parent | 378f3939c86684fada71a763d9fbb0099c861f97 (diff) | |
| download | bootstrap-ccee913e590c2d5d7b88a319d75ab87652fd6f2b.tar.xz bootstrap-ccee913e590c2d5d7b88a319d75ab87652fd6f2b.zip | |
Tooltips: add missing space (#32529)
| -rw-r--r-- | site/content/docs/4.5/components/tooltips.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/4.5/components/tooltips.md b/site/content/docs/4.5/components/tooltips.md index 331e0acdf..665342794 100644 --- a/site/content/docs/4.5/components/tooltips.md +++ b/site/content/docs/4.5/components/tooltips.md @@ -42,7 +42,7 @@ $(function () { Hover over the links below to see tooltips: <div class="bd-example tooltip-demo"> - <p class="muted">Placeholder text to demonstrate some <a href="#" data-toggle="tooltip" title="Default tooltip">inline links</a>with tooltips. This is now just filler, no killer. Content placed here just to mimic the presence of <a href="#" data-toggle="tooltip" title="Another tooltip">real text</a>. And all that just to give you an idea of how tooltips would look when used in real-world situations. So hopefully you've now seen how <a href="#" data-toggle="tooltip" title="Another one here too">these tooltips on links</a> can work in practice, once you use them on <a href="#" data-toggle="tooltip" title="The last tip!">your own</a> site or project. + <p class="muted">Placeholder text to demonstrate some <a href="#" data-toggle="tooltip" title="Default tooltip">inline links</a> with tooltips. This is now just filler, no killer. Content placed here just to mimic the presence of <a href="#" data-toggle="tooltip" title="Another tooltip">real text</a>. And all that just to give you an idea of how tooltips would look when used in real-world situations. So hopefully you've now seen how <a href="#" data-toggle="tooltip" title="Another one here too">these tooltips on links</a> can work in practice, once you use them on <a href="#" data-toggle="tooltip" title="The last tip!">your own</a> site or project. </p> </div> |
