mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
NewsPanel: Prevent small titles being split onto multiple lines (#41193)
This commit is contained in:
parent
9340430723
commit
bb079641d7
@ -164,7 +164,6 @@ const getStyles = stylesFactory((theme: GrafanaTheme2) => ({
|
|||||||
}
|
}
|
||||||
`,
|
`,
|
||||||
title: css`
|
title: css`
|
||||||
max-width: calc(100% - 70px);
|
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
margin-bottom: ${theme.spacing(0.5)};
|
margin-bottom: ${theme.spacing(0.5)};
|
||||||
`,
|
`,
|
||||||
|
Loading…
Reference in New Issue
Block a user