mirror of
https://github.com/grafana/grafana.git
synced 2025-02-13 00:55:47 -06:00
added overflow wrapping css to solve alert url overflowing (#33400)
This commit is contained in:
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%;
|
||||
|
Loading…
Reference in New Issue
Block a user