Modals: Fixed alignment in header (#23618)

This commit is contained in:
Torkel Ödegaard
2020-04-16 17:50:16 +02:00
committed by GitHub
parent e873f94bd4
commit 9e1bdce5e0

View File

@ -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};