NewsPanel: Prevent date and title collapsing to single row (#41260)

This commit is contained in:
Ashley Harrison
2021-11-04 09:55:52 +00:00
committed by GitHub
parent a73c109d79
commit bd9c45a170
+4 -1
View File
@@ -133,7 +133,10 @@ const getStyles = stylesFactory((theme: GrafanaTheme2) => ({
itemWide: css`
flex-direction: row;
`,
body: css``,
body: css`
display: flex;
flex-direction: column;
`,
socialImage: css`
display: flex;
align-items: center;