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

(cherry picked from commit bb079641d7)

Co-authored-by: Jamie Shears <jsws@users.noreply.github.com>
This commit is contained in:
Grot (@grafanabot)
2021-11-03 15:27:24 +01:00
committed by GitHub
co-authored by Jamie Shears
parent dad0c5a22e
commit 81463cd984
@@ -161,7 +161,6 @@ const getStyles = stylesFactory((theme: GrafanaTheme2) => ({
}
`,
title: css`
max-width: calc(100% - 70px);
font-size: 16px;
margin-bottom: ${theme.spacing(0.5)};
`,