ErrorPage: Fix position of chunk loading error (#56473) (#56628)

(cherry picked from commit 03e887723a)

Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
This commit is contained in:
Grot (@grafanabot) 2022-10-11 04:42:59 -04:00 committed by GitHub
parent 1bbbe41a6c
commit 7593ab4a4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,5 +51,8 @@ export function GrafanaRouteError({ error, errorInfo }: Props) {
}
const getStyles = stylesFactory(() => {
return css``;
return css`
width: 500px;
margin: 64px auto;
`;
});