wip: attempt to fix overflow

This commit is contained in:
David Harris
2024-05-02 16:45:16 +01:00
parent c9f2dec92d
commit d735fae492
@@ -151,6 +151,8 @@ export const getStyles = (theme: GrafanaTheme2) => {
fontSize: theme.typography.h4.fontSize,
color: theme.colors.text.primary,
margin: 0,
wordBreak: 'normal',
overflowWrap: 'anywhere'
}),
};
};