From 81463cd98474724b58ac4485c0d9e9718ddac841 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Wed, 3 Nov 2021 08:27:24 -0600 Subject: [PATCH] NewsPanel: Prevent small titles being split onto multiple lines (#41193) (#41270) (cherry picked from commit bb079641d74955658a69c44f7eb98fd6584d307c) Co-authored-by: Jamie Shears --- 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 54c59ff8bb5..ba05ab88484 100755 --- a/public/app/plugins/panel/news/NewsPanel.tsx +++ b/public/app/plugins/panel/news/NewsPanel.tsx @@ -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)}; `,