CSS: Various css bug fixes (Safari fix for graph panels and more) (#23704)

* CSS: Various css bug fixes

* Updated
This commit is contained in:
Torkel Ödegaard
2020-04-21 09:12:34 +02:00
committed by GitHub
parent 4a13467312
commit 4d9d3270af
15 changed files with 54 additions and 44 deletions

View File

@ -39,7 +39,7 @@ export const getModalStyles = stylesFactory((theme: GrafanaTheme) => {
height: 42px;
`,
modalHeaderTitle: css`
font-size: ${theme.typography.heading.h3};
font-size: ${theme.typography.size.lg};
margin: 0 ${theme.spacing.md};
display: flex;
align-items: center;