X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/ae9841925d717e97a74f3ae17c414c638c56e496..e9d30481d8d57a0b906364ee115e136305b7ce79:/src/components/details-attribute/details-attribute.tsx diff --git a/src/components/details-attribute/details-attribute.tsx b/src/components/details-attribute/details-attribute.tsx index fe31b0b3..78b4341d 100644 --- a/src/components/details-attribute/details-attribute.tsx +++ b/src/components/details-attribute/details-attribute.tsx @@ -35,14 +35,15 @@ const styles: StyleRulesCallback = (theme: ArvadosTheme) => ({ width: '60%', color: theme.palette.primary.main, textDecoration: 'none', - overflowWrap: 'break-word' + overflowWrap: 'break-word', + cursor: 'pointer' } }); interface DetailsAttributeDataProps { label: string; classLabel?: string; - value?: any; + value?: React.ReactNode; classValue?: string; lowercaseValue?: boolean; link?: string;