NewsPanel: Prevent small titles being split onto multiple lines (#41193)
This commit is contained in:
@@ -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)};
|
||||
`,
|
||||
|
||||
Reference in New Issue
Block a user