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

This commit is contained in:
Nathan Marrs 2024-06-25 11:04:39 -06:00 committed by GitHub
parent 47c9259d75
commit a095276753
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -89,6 +89,7 @@ export function getGlobalStyles(theme: GrafanaTheme2) {
},
},
span: {
height: '100%',
'&.rc-tree-checkbox, &.rc-tree-iconEle': {
display: 'inline-block',
width: '16px',