Skip to content

Commit 98d616a

Browse files
committed
Fixed rmw-shell body style
1 parent 38391fb commit 98d616a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/rmw-shell/cra-template-rmw/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cra-template-rmw",
3-
"version": "4.0.10",
3+
"version": "4.0.11",
44
"keywords": [
55
"react",
66
"create-react-app",

packages/rmw-shell/cra-template-rmw/template/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
-->
2727
<title>React App</title>
2828
</head>
29-
<body>
29+
<body style='margin:0;'>
3030
<noscript>You need to enable JavaScript to run this app.</noscript>
3131
<div id="root" > </div>
3232

0 commit comments

Comments
 (0)