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

This commit is contained in:
Uchechukwu Obasi 2021-04-02 09:48:22 +01:00 committed by GitHub
parent c40947bb66
commit 973ad9697c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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%;