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:
authorPatrick H. Lauke <redux@splintered.co.uk>2018-12-15 04:05:49 +0300
committerGitHub <noreply@github.com>2018-12-15 04:05:49 +0300
commitaf484dc12c2302c0e594a0e73a2ba06738a84410 (patch)
tree861c0a6b699bf4b92a6cacb84a5519a06717e4ce /js/tests/visual/toast.html
parentb5b4f83cdb0b3e4a18e141fae4a153ed1078e5d8 (diff)
Remove now unnecessary shrink-to-fit viewport directive (#27818)
`shrink-to-fit=no` is not needed anymore - Apple removed the need for it from iOS9.3 onwards See https://www.scottohara.me/blog/2018/12/11/shrink-to-fit.html and https://github.com/h5bp/html5-boilerplate/issues/2102
Diffstat (limited to 'js/tests/visual/toast.html')
-rw-r--r--js/tests/visual/toast.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/visual/toast.html b/js/tests/visual/toast.html
index 22a85447c1..0954a7661c 100644
--- a/js/tests/visual/toast.html
+++ b/js/tests/visual/toast.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>Toast</title>
<style>