mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 17:06:57 -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};
|
||||
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%;
|
||||
|
Loading…
Reference in New Issue
Block a user