Legend: Better support for 2 y-axis (#76092)

This commit is contained in:
Adela Almasan 2023-10-16 20:54:16 -06:00 committed by GitHub
parent 8dfd918200
commit 19795f9c07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,6 +109,7 @@ const getStyles = (theme: GrafanaTheme2) => {
justifyContent: 'space-between',
width: '100%',
paddingLeft: theme.spacing(0.5),
gap: '15px 25px',
}),
section: css({
display: 'flex',
@ -116,6 +117,7 @@ const getStyles = (theme: GrafanaTheme2) => {
sectionRight: css({
justifyContent: 'flex-end',
flexGrow: 1,
flexBasis: '50%',
}),
};
};