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>2018-12-16 17:39:48 +0300
committerGitHub <noreply@github.com>2018-12-16 17:39:48 +0300
commit07b4b5907bf82f302517b0ec0f2686f76577668d (patch)
tree62205a29a6c734145ff943f08888080197636aa7 /js/tests/visual/button.html
parent8ee2065d163425abfbf5d66c39683742b178f14e (diff)
Revert "Remove now unnecessary shrink-to-fit viewport directive (#27818)" (#27855)
This reverts commit af484dc12c2302c0e594a0e73a2ba06738a84410.
Diffstat (limited to 'js/tests/visual/button.html')
-rw-r--r--js/tests/visual/button.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/visual/button.html b/js/tests/visual/button.html
index 74c0a9a0d2..b82a10d0d3 100644
--- a/js/tests/visual/button.html
+++ b/js/tests/visual/button.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>Button</title>
</head>