diff options
| author | Patrick H. Lauke <[email protected]> | 2018-12-15 01:05:49 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-12-15 01:05:49 +0000 |
| commit | af484dc12c2302c0e594a0e73a2ba06738a84410 (patch) | |
| tree | 861c0a6b699bf4b92a6cacb84a5519a06717e4ce /js/tests/visual/popover.html | |
| parent | b5b4f83cdb0b3e4a18e141fae4a153ed1078e5d8 (diff) | |
| download | bootstrap-af484dc12c2302c0e594a0e73a2ba06738a84410.tar.xz bootstrap-af484dc12c2302c0e594a0e73a2ba06738a84410.zip | |
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/popover.html')
| -rw-r--r-- | js/tests/visual/popover.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/visual/popover.html b/js/tests/visual/popover.html index b7b3227fc..4b67a99bc 100644 --- a/js/tests/visual/popover.html +++ b/js/tests/visual/popover.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>Popover</title> </head> |
