Skip to content

Commit

Permalink
Legend: Fixes right y-axis legend from being pushed outside the bound…
Browse files Browse the repository at this point in the history
…s of the panel (#30327)
  • Loading branch information
torkelo committed Jan 16, 2021
1 parent 4971ce6 commit 002ef5e
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -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;
Expand Down

0 comments on commit 002ef5e

Please sign in to comment.