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

pull/76657/head
Adela Almasan 2 years ago committed by GitHub
parent 8dfd918200
commit 19795f9c07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/grafana-ui/src/components/VizLegend/VizLegendList.tsx

@ -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%',
}),
};
};

Loading…
Cancel
Save