Merge branch 'master' into 14099-process-service
authorMichal Klobukowski <michal.klobukowski@contractors.roche.com>
Wed, 29 Aug 2018 14:18:28 +0000 (16:18 +0200)
committerMichal Klobukowski <michal.klobukowski@contractors.roche.com>
Wed, 29 Aug 2018 14:18:28 +0000 (16:18 +0200)
refs #14099

Arvados-DCO-1.1-Signed-off-by: Michal Klobukowski <michal.klobukowski@contractors.roche.com>

1  2 
src/components/details-attribute/details-attribute.tsx

index 71778859564b6f2ab1c04c3fd97efc29bd073665,4a94dc30d3f778a9a559631ada8026c93f561c68..fd8e948ff046a5c14106e16ea426ff31b3807d4f
@@@ -33,14 -33,15 +33,15 @@@ const styles: StyleRulesCallback<CssRul
          width: '60%',
          color: theme.palette.primary.main,
          textDecoration: 'none',
-         overflowWrap: 'break-word'
+         overflowWrap: 'break-word',
+         cursor: 'pointer'
      }
  });
  
  interface DetailsAttributeDataProps {
      label: string;
      classLabel?: string;
 -    value?: string | number;
 +    value?: React.ReactNode;
      classValue?: string;
      lowercaseValue?: boolean;
      link?: string;