DataSourceList: expands the clickable area of card (#32601)

This commit is contained in:
Uchechukwu Obasi
2021-04-02 10:48:22 +02:00
committed by GitHub
parent c40947bb66
commit 973ad9697c
@@ -146,7 +146,6 @@ export const getContainerStyles = stylesFactory((theme: GrafanaTheme, disabled =
color: ${theme.colors.textStrong};
background: ${theme.colors.bg2};
border-radius: ${theme.border.radius.sm};
padding: ${theme.spacing.md};
position: relative;
pointer-events: ${disabled ? 'none' : 'auto'};
margin-bottom: ${theme.spacing.sm};
@@ -263,6 +262,7 @@ export const getCardStyles = stylesFactory((theme: GrafanaTheme) => {
innerLink: css`
display: flex;
width: 100%;
padding: ${theme.spacing.md};
`,
tagList: css`
max-width: 50%;