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

pull/33333/head
Jack Lu 4 years ago committed by GitHub
parent 37eee84552
commit 495345c0c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      packages/grafana-ui/src/components/Card/Card.tsx

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

Loading…
Cancel
Save