mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 16:42:26 +08:00
CSS: Various css bug fixes (Safari fix for graph panels and more) (#23704)
* CSS: Various css bug fixes * Updated
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user