Files
backstage/.changeset/chatty-wombats-buy.md
T
mufaddal motiwala ff62764051 change path
Signed-off-by: mufaddal motiwala <mufaddalmm.52@gmail.com>
2021-12-23 15:49:44 +05:30

387 B

@backstage/create-app
@backstage/create-app
patch

removed inline and internal CSS from index.html

To make this change to an existing app, apply the following changes to the packages/app/public/index.html file:

Remove internal style

- <style>
-  #root {
-    min-height: 100%;
-  }
- </style>

Remove inline style from the body tag

- <body style="margin: 0">
+ <body>