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
diff options
context:
space:
mode:
authorJohann-S <johann.servoire@gmail.com>2017-04-19 11:20:50 +0300
committerJohann-S <johann.servoire@gmail.com>2017-05-14 12:41:19 +0300
commit18e4e851e2829aedc6d1ff2b703ba5cae2c0a288 (patch)
treeaa7b385be6564bbaaeede9870ff991fc2789384e /js/tests/visual/popover.html
parentd5fabf8de50710c5a09ecd91f4b9e961e67d7937 (diff)
Better placement for Dropdown + Handle flip of Tooltip/Popover
Diffstat (limited to 'js/tests/visual/popover.html')
-rw-r--r--js/tests/visual/popover.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/visual/popover.html b/js/tests/visual/popover.html
index 4fd813c060..93fa01f9da 100644
--- a/js/tests/visual/popover.html
+++ b/js/tests/visual/popover.html
@@ -10,7 +10,7 @@
<div class="container">
<h1>Popover <small>Bootstrap Visual Test</small></h1>
- <button type="button" class="btn btn-secondary" data-container="body" data-toggle="popover" data-placement="top" data-content="Vivamus sagittis lacus vel augue laoreet rutrum faucibus.">
+ <button type="button" class="btn btn-secondary" data-container="body" data-toggle="popover" data-placement="top" data-content="Default placement was on top but not enough place">
Popover on top
</button>