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;