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:
@@ -29,6 +29,8 @@ export const NoDataSourceCallToAction = () => {
|
||||
|
||||
const cardClassName = css`
|
||||
max-width: ${theme.breakpoints.lg};
|
||||
margin-top: ${theme.spacing.md};
|
||||
align-self: center;
|
||||
`;
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user