mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 09:02:32 +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`
|
||||
font-size: ${theme.typography.heading.h3};
|
||||
padding-top: ${theme.spacing.sm};
|
||||
margin: 0 ${theme.spacing.md};
|
||||
display: flex;
|
||||
align-items: center;
|
||||
`,
|
||||
modalHeaderIcon: css`
|
||||
margin-right: ${theme.spacing.md};
|
||||
|
Reference in New Issue
Block a user