diff options
| author | XhmikosR <[email protected]> | 2018-12-16 16:39:48 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-12-16 16:39:48 +0200 |
| commit | 07b4b5907bf82f302517b0ec0f2686f76577668d (patch) | |
| tree | 62205a29a6c734145ff943f08888080197636aa7 /js/tests/visual/modal.html | |
| parent | 8ee2065d163425abfbf5d66c39683742b178f14e (diff) | |
| download | bootstrap-07b4b5907bf82f302517b0ec0f2686f76577668d.tar.xz bootstrap-07b4b5907bf82f302517b0ec0f2686f76577668d.zip | |
Revert "Remove now unnecessary shrink-to-fit viewport directive (#27818)" (#27855)
This reverts commit af484dc12c2302c0e594a0e73a2ba06738a84410.
Diffstat (limited to 'js/tests/visual/modal.html')
| -rw-r--r-- | js/tests/visual/modal.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/visual/modal.html b/js/tests/visual/modal.html index 6a2aea7f5..dcc1360b0 100644 --- a/js/tests/visual/modal.html +++ b/js/tests/visual/modal.html @@ -2,7 +2,7 @@ <html lang="en"> <head> <meta charset="utf-8"> - <meta name="viewport" content="width=device-width, initial-scale=1"> + <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <link rel="stylesheet" href="../../../dist/css/bootstrap.min.css"> <title>Modal</title> <style> |
