mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
(cherry picked from commit 03e887723a
)
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
This commit is contained in:
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;
|
||||
`;
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user