DataLinks: Long link title wrapping (#104169)

chore(data-links): link text wrap
This commit is contained in:
Ihor Yeromin
2025-04-23 12:27:09 +02:00
committed by GitHub
parent 7e192e319c
commit 8cee546d67
@@ -117,6 +117,12 @@ const getStyles = (theme: GrafanaTheme2) => ({
textDecoration: 'underline',
background: 'none',
},
height: 'auto',
'& span': {
whiteSpace: 'normal',
textAlign: 'left',
},
}),
oneClickWrapper: css({
display: 'flex',