mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 04:31:36 +08:00
ErrorPage: Fix position of chunk loading error (#56473)
This commit is contained in:
@ -51,5 +51,8 @@ export function GrafanaRouteError({ error, errorInfo }: Props) {
|
||||
}
|
||||
|
||||
const getStyles = stylesFactory(() => {
|
||||
return css``;
|
||||
return css`
|
||||
width: 500px;
|
||||
margin: 64px auto;
|
||||
`;
|
||||
});
|
||||
|
Reference in New Issue
Block a user