mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
PanelEdit: Remove right side padding for options pane (#32427)
This commit is contained in:
@@ -67,14 +67,14 @@ const getStyles = (theme: GrafanaTheme) => {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex: 1 1 0;
|
flex: 1 1 0;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding: ${theme.spacing.md} ${theme.spacing.sm} 0 0;
|
padding: ${theme.spacing.md} 0 0 0;
|
||||||
`,
|
`,
|
||||||
optionsWrapper: css`
|
optionsWrapper: css`
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
`,
|
`,
|
||||||
vizButtonWrapper: css`
|
vizButtonWrapper: css`
|
||||||
padding: 0 0 ${theme.spacing.md} 0;
|
padding: 0 ${theme.spacing.sm} ${theme.spacing.md} 0;
|
||||||
`,
|
`,
|
||||||
legacyOptions: css`
|
legacyOptions: css`
|
||||||
label: legacy-options;
|
label: legacy-options;
|
||||||
|
@@ -188,5 +188,6 @@ const getStyles = (theme: GrafanaTheme) => ({
|
|||||||
background: ${theme.colors.bg1};
|
background: ${theme.colors.bg1};
|
||||||
border: 1px solid ${theme.colors.border1};
|
border: 1px solid ${theme.colors.border1};
|
||||||
margin-bottom: ${theme.spacing.md};
|
margin-bottom: ${theme.spacing.md};
|
||||||
|
flex-grow: 1;
|
||||||
`,
|
`,
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user