mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 02:22:13 +08:00
Modals: Fixed alignment in header (#23618)
This commit is contained in:
@ -39,8 +39,9 @@ export const getModalStyles = stylesFactory((theme: GrafanaTheme) => {
|
|||||||
`,
|
`,
|
||||||
modalHeaderTitle: css`
|
modalHeaderTitle: css`
|
||||||
font-size: ${theme.typography.heading.h3};
|
font-size: ${theme.typography.heading.h3};
|
||||||
padding-top: ${theme.spacing.sm};
|
|
||||||
margin: 0 ${theme.spacing.md};
|
margin: 0 ${theme.spacing.md};
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
`,
|
`,
|
||||||
modalHeaderIcon: css`
|
modalHeaderIcon: css`
|
||||||
margin-right: ${theme.spacing.md};
|
margin-right: ${theme.spacing.md};
|
||||||
|
Reference in New Issue
Block a user