Skip to content

Commit c5087e6

Browse files
rifaideviansu
authored andcommitted
Remove shrink-to-fit=no from templates (#6669)
1 parent 8175f1e commit c5087e6

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

packages/react-scripts/template-typescript/public/index.html

+1-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
6-
<meta
7-
name="viewport"
8-
content="width=device-width, initial-scale=1, shrink-to-fit=no"
9-
/>
6+
<meta name="viewport" content="width=device-width, initial-scale=1" />
107
<meta name="theme-color" content="#000000" />
118
<!--
129
manifest.json provides metadata used when your web app is installed on a

packages/react-scripts/template/public/index.html

+1-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
6-
<meta
7-
name="viewport"
8-
content="width=device-width, initial-scale=1, shrink-to-fit=no"
9-
/>
6+
<meta name="viewport" content="width=device-width, initial-scale=1" />
107
<meta name="theme-color" content="#000000" />
118
<!--
129
manifest.json provides metadata used when your web app is installed on a

0 commit comments

Comments
 (0)