mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Legend: Better support for 2 y-axis (#76092)
This commit is contained in:
parent
8dfd918200
commit
19795f9c07
@ -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…
Reference in New Issue
Block a user