mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
DataSourceList: expands the clickable area of card (#32601)
This commit is contained in:
parent
c40947bb66
commit
973ad9697c
@ -146,7 +146,6 @@ export const getContainerStyles = stylesFactory((theme: GrafanaTheme, disabled =
|
|||||||
color: ${theme.colors.textStrong};
|
color: ${theme.colors.textStrong};
|
||||||
background: ${theme.colors.bg2};
|
background: ${theme.colors.bg2};
|
||||||
border-radius: ${theme.border.radius.sm};
|
border-radius: ${theme.border.radius.sm};
|
||||||
padding: ${theme.spacing.md};
|
|
||||||
position: relative;
|
position: relative;
|
||||||
pointer-events: ${disabled ? 'none' : 'auto'};
|
pointer-events: ${disabled ? 'none' : 'auto'};
|
||||||
margin-bottom: ${theme.spacing.sm};
|
margin-bottom: ${theme.spacing.sm};
|
||||||
@ -263,6 +262,7 @@ export const getCardStyles = stylesFactory((theme: GrafanaTheme) => {
|
|||||||
innerLink: css`
|
innerLink: css`
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
padding: ${theme.spacing.md};
|
||||||
`,
|
`,
|
||||||
tagList: css`
|
tagList: css`
|
||||||
max-width: 50%;
|
max-width: 50%;
|
||||||
|
Loading…
Reference in New Issue
Block a user