diff options
| author | XhmikosR <[email protected]> | 2019-02-27 17:47:41 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-02-27 17:47:41 +0200 |
| commit | d5f9107abb4917488d5fc8a1eb8d5a4f01229f01 (patch) | |
| tree | 614d74e07ba74def1f9897defa5e53c84c0fc13c /js/tests/integration | |
| parent | 428280574b50b3edf8d50170ddf827d4f0d14a7e (diff) | |
| download | bootstrap-d5f9107abb4917488d5fc8a1eb8d5a4f01229f01.tar.xz bootstrap-d5f9107abb4917488d5fc8a1eb8d5a4f01229f01.zip | |
Remove the now unneeded `shrink-to-fit` directive. (#28314)
Diffstat (limited to 'js/tests/integration')
| -rw-r--r-- | js/tests/integration/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/integration/index.html b/js/tests/integration/index.html index f14330f47..7b6a68323 100644 --- a/js/tests/integration/index.html +++ b/js/tests/integration/index.html @@ -3,7 +3,7 @@ <head> <!-- Required meta tags --> <meta charset="utf-8"> - <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> + <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Bootstrap CSS --> <link rel="stylesheet" href="../../../dist/css/bootstrap.min.css"> |
