Canvas: Fix off center element item in editor list (#89577)

This commit is contained in:
Nathan Marrs
2024-06-25 10:04:39 -07:00
committed by GitHub
parent 47c9259d75
commit a095276753
@@ -89,6 +89,7 @@ export function getGlobalStyles(theme: GrafanaTheme2) {
},
},
span: {
height: '100%',
'&.rc-tree-checkbox, &.rc-tree-iconEle': {
display: 'inline-block',
width: '16px',