diff options
Diffstat (limited to 'docs/components/tooltips.md')
| -rw-r--r-- | docs/components/tooltips.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/components/tooltips.md b/docs/components/tooltips.md index 7c7f9af8b..55de9a886 100644 --- a/docs/components/tooltips.md +++ b/docs/components/tooltips.md @@ -168,16 +168,16 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap <td>false</td> <td> <p>Appends the tooltip to a specific element. Example: <code>container: 'body'</code>. This option is particularly useful in that it allows you to position the tooltip in the flow of the document near the triggering element - which will prevent the tooltip from floating away from the triggering element during a window resize.</p> - </td> + </td> </tr> <tr> <td>delay</td> <td>number | object</td> <td>0</td> <td> - <p>Delay showing and hiding the tooltip (ms) - does not apply to manual trigger type</p> - <p>If a number is supplied, delay is applied to both hide/show</p> - <p>Object structure is: <code>delay: { "show": 500, "hide": 100 }</code></p> + <p>Delay showing and hiding the tooltip (ms) - does not apply to manual trigger type</p> + <p>If a number is supplied, delay is applied to both hide/show</p> + <p>Object structure is: <code>delay: { "show": 500, "hide": 100 }</code></p> </td> </tr> <tr> |
