mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
center NoDataSourceCallToActionCard in Explore (#18752)
This commit is contained in:
parent
ff6b8c5adc
commit
c347b64b5a
@ -29,6 +29,8 @@ export const NoDataSourceCallToAction = () => {
|
||||
|
||||
const cardClassName = css`
|
||||
max-width: ${theme.breakpoints.lg};
|
||||
margin-top: ${theme.spacing.md};
|
||||
align-self: center;
|
||||
`;
|
||||
|
||||
return (
|
||||
|
Loading…
Reference in New Issue
Block a user