Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJohann-S <johann.servoire@gmail.com>2017-05-12 22:22:12 +0300
committerJohann-S <johann.servoire@gmail.com>2017-05-14 12:41:19 +0300
commitc78cbb275b0c559f5c9436ee3df816e1f6195201 (patch)
treed401eb5c12ee3fa3b08682ede98a68c76a8fdd33 /docs
parent2b403819b7faa07e9849885cd6ae672774e38553 (diff)
Change fallbackPlacement to flip by default for Tooltips/Popovers
Diffstat (limited to 'docs')
-rw-r--r--docs/components/tooltips.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/tooltips.md b/docs/components/tooltips.md
index 7b3133c0e2..5518b7140b 100644
--- a/docs/components/tooltips.md
+++ b/docs/components/tooltips.md
@@ -245,7 +245,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
<tr>
<td>fallbackPlacement</td>
<td>string | array</td>
- <td>['top', 'right', 'bottom', 'left']</td>
+ <td>'flip'</td>
<td>Allow to specify which position Popper will use on fallback. For more information refer to
Popper.js's <a href="https://popper.js.org/popper-documentation.html#modifiers..flip.behavior">behavior docs</a></td>
</tr>