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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

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