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

This commit is contained in:
Jack Lu 2021-04-27 01:30:19 -04:00 committed by GitHub
parent 37eee84552
commit 495345c0c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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%;