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:
authorXhmikosR <xhmikosr@gmail.com>2019-02-27 18:47:41 +0300
committerGitHub <noreply@github.com>2019-02-27 18:47:41 +0300
commitd5f9107abb4917488d5fc8a1eb8d5a4f01229f01 (patch)
tree614d74e07ba74def1f9897defa5e53c84c0fc13c /js/tests/visual/dropdown.html
parent428280574b50b3edf8d50170ddf827d4f0d14a7e (diff)
Remove the now unneeded `shrink-to-fit` directive. (#28314)
Diffstat (limited to 'js/tests/visual/dropdown.html')
-rw-r--r--js/tests/visual/dropdown.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/visual/dropdown.html b/js/tests/visual/dropdown.html
index c6f8387a64..f4b670a7ac 100644
--- a/js/tests/visual/dropdown.html
+++ b/js/tests/visual/dropdown.html
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<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">
<link rel="stylesheet" href="../../../dist/css/bootstrap.min.css">
<title>Dropdown</title>
</head>