From bb079641d74955658a69c44f7eb98fd6584d307c Mon Sep 17 00:00:00 2001 From: Jamie Shears Date: Wed, 3 Nov 2021 13:53:37 +0000 Subject: [PATCH] NewsPanel: Prevent small titles being split onto multiple lines (#41193) --- public/app/plugins/panel/news/NewsPanel.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/public/app/plugins/panel/news/NewsPanel.tsx b/public/app/plugins/panel/news/NewsPanel.tsx index 6903840fc0e..fbfeb30d9e3 100755 --- a/public/app/plugins/panel/news/NewsPanel.tsx +++ b/public/app/plugins/panel/news/NewsPanel.tsx @@ -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)}; `,