(cherry picked from commit 03e887723a)
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
This commit is contained in:
co-authored by
Torkel Ödegaard
parent
1bbbe41a6c
commit
7593ab4a4e
@@ -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