mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 10:03:33 -06:00
Legend: Fixes right y-axis legend from being pushed outside the bounds of the panel (#30327)
This commit is contained in:
parent
4971ce6a3c
commit
002ef5e8be
@ -73,14 +73,14 @@ const getStyles = (theme: GrafanaTheme) => ({
|
||||
margin-bottom: ${theme.spacing.xs};
|
||||
`,
|
||||
rightWrapper: css`
|
||||
margin-left: ${theme.spacing.sm};
|
||||
padding-left: ${theme.spacing.sm};
|
||||
`,
|
||||
bottomWrapper: css`
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
width: 100%;
|
||||
margin-left: ${theme.spacing.md};
|
||||
padding-left: ${theme.spacing.md};
|
||||
`,
|
||||
section: css`
|
||||
display: flex;
|
||||
|
Loading…
Reference in New Issue
Block a user