mirror of https://github.com/grafana/grafana.git
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`
|
||||
max-width: calc(100% - 70px);
|
||||
font-size: 16px;
|
||||
margin-bottom: ${theme.spacing(0.5)};
|
||||
`,
|
||||
|
|
|
|||
Loading…
Reference in New Issue