diff options
| author | Chris Rebert <[email protected]> | 2015-11-25 02:32:41 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-11-26 22:13:26 -0800 |
| commit | a8dc4812a49d8467e8642abb510b523a9a51cd48 (patch) | |
| tree | 7c683086aceec788e05b4e9c8825896a92a976a6 /docs/examples/tooltip-viewport | |
| parent | 48fc3d9aa7b559934a5c6149b8a0bbbb17ea1167 (diff) | |
| download | bootstrap-a8dc4812a49d8467e8642abb510b523a9a51cd48.tar.xz bootstrap-a8dc4812a49d8467e8642abb510b523a9a51cd48.zip | |
Add responsive float classes; fixes #13690
Diffstat (limited to 'docs/examples/tooltip-viewport')
| -rw-r--r-- | docs/examples/tooltip-viewport/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/tooltip-viewport/index.html b/docs/examples/tooltip-viewport/index.html index 50fa795cf..1edd38d67 100644 --- a/docs/examples/tooltip-viewport/index.html +++ b/docs/examples/tooltip-viewport/index.html @@ -20,7 +20,7 @@ <body> - <button class="btn btn-secondary pull-right tooltip-bottom" title="This should be shifted to the left">Shift Left</button> + <button class="btn btn-secondary pull-xs-right tooltip-bottom" title="This should be shifted to the left">Shift Left</button> <button class="btn btn-secondary tooltip-bottom" title="This should be shifted to the right">Shift Right</button> <button class="btn btn-secondary tooltip-right" title="This should be shifted down">Shift Down</button> @@ -30,7 +30,7 @@ <button class="btn btn-secondary tooltip-viewport-bottom" title="This should be shifted to the left">Shift Left</button> <button class="btn btn-secondary tooltip-viewport-right" title="This should be shifted down">Shift Down</button> - <button class="btn btn-secondary pull-right tooltip-viewport-bottom" title="This should be shifted to the right">Shift Right</button> + <button class="btn btn-secondary pull-xs-right tooltip-viewport-bottom" title="This should be shifted to the right">Shift Right</button> <button class="btn btn-secondary tooltip-viewport-right btn-bottom" title="This should be shifted up">Shift Up</button> </div> |
