[release-12.0.1] DataLinks: Long link title wrapping (#104383)
DataLinks: Long link title wrapping (#104169)
chore(data-links): link text wrap
(cherry picked from commit 8cee546d67)
Co-authored-by: Ihor Yeromin <yeryomin.igor@gmail.com>
This commit is contained in:
co-authored by
Ihor Yeromin
parent
2ce8b147d7
commit
835516f832
@@ -117,6 +117,12 @@ const getStyles = (theme: GrafanaTheme2) => ({
|
||||
textDecoration: 'underline',
|
||||
background: 'none',
|
||||
},
|
||||
|
||||
height: 'auto',
|
||||
'& span': {
|
||||
whiteSpace: 'normal',
|
||||
textAlign: 'left',
|
||||
},
|
||||
}),
|
||||
oneClickWrapper: css({
|
||||
display: 'flex',
|
||||
|
||||
Reference in New Issue
Block a user