ff62764051
Signed-off-by: mufaddal motiwala <mufaddalmm.52@gmail.com>
387 B
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>