From 1a649afdd88f96764bdd1ed03c23703c6a0a7673 Mon Sep 17 00:00:00 2001 From: kay delaney <45561153+kaydelaney@users.noreply.github.com> Date: Thu, 13 May 2021 15:30:41 +0100 Subject: [PATCH] NewsPanel: Fixes rendering in Safari (#34067) Closes #34052 --- public/app/plugins/panel/news/NewsPanel.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/public/app/plugins/panel/news/NewsPanel.tsx b/public/app/plugins/panel/news/NewsPanel.tsx index eda41bca5ca..bb38a28fa0e 100755 --- a/public/app/plugins/panel/news/NewsPanel.tsx +++ b/public/app/plugins/panel/news/NewsPanel.tsx @@ -124,6 +124,7 @@ const getStyles = stylesFactory((theme: GrafanaTheme2) => ({ border-bottom: 2px solid ${theme.colors.border.weak}; background: ${theme.colors.background.primary}; flex-direction: column; + flex-shrink: 0; `, itemWide: css` flex-direction: row;