Commit 9e1bdce5 by Torkel Ödegaard Committed by GitHub

Modals: Fixed alignment in header (#23618)

parent e873f94b
......@@ -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};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment