NewsPanel: Prevent small titles being split onto multiple lines (#41193)

This commit is contained in:
Jamie Shears
2021-11-03 13:53:37 +00:00
committed by GitHub
parent 9340430723
commit bb079641d7

View File

@@ -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)};
`,