Skip to content

Commit 3284b85

Browse files
authored
Merge pull request #1269 from Believe-SA/styles
chore: remove deprecated inline styles
2 parents 4686bac + 9270175 commit 3284b85

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

packages/app-migrated/public/index.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,6 @@
4141
href="<%= publicPath %>/safari-pinned-tab.svg"
4242
color="#5bbad5"
4343
/>
44-
<style>
45-
#root {
46-
min-height: 100%;
47-
}
48-
</style>
4944
<link rel="preconnect" href="https://fonts.googleapis.com" />
5045
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
5146
<link
@@ -54,7 +49,7 @@
5449
/>
5550
<title><%= config.getString('app.title') %></title>
5651
</head>
57-
<body style="margin: 0">
52+
<body>
5853
<noscript>You need to enable JavaScript to run this app.</noscript>
5954
<div id="root"></div>
6055
<!--

packages/app/public/index.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,6 @@
4141
href="<%= publicPath %>/safari-pinned-tab.svg"
4242
color="#5bbad5"
4343
/>
44-
<style>
45-
#root {
46-
min-height: 100%;
47-
}
48-
</style>
4944
<link rel="preconnect" href="https://fonts.googleapis.com" />
5045
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
5146
<link
@@ -54,7 +49,7 @@
5449
/>
5550
<title><%= config.getString('app.title') %></title>
5651
</head>
57-
<body style="margin: 0">
52+
<body>
5853
<noscript>You need to enable JavaScript to run this app.</noscript>
5954
<div id="root"></div>
6055
<!--

0 commit comments

Comments
 (0)