added overflow wrapping css to solve alert url overflowing (#33400)

This commit is contained in:
Jack Lu
2021-04-27 07:30:19 +02:00
committed by GitHub
parent 37eee84552
commit 495345c0c2
@@ -198,6 +198,7 @@ export const getCardStyles = stylesFactory((theme: GrafanaThemeV2) => {
color: ${theme.colors.text.secondary};
margin: ${theme.spacing(0.5, 0, 0)};
line-height: ${theme.typography.bodySmall.lineHeight};
overflow-wrap: anywhere;
`,
description: css`
width: 100%;