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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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