Merge branch 'master' into 13764-icons-colors-unification-refactoring
[arvados-workbench2.git] / src / components / attribute / attribute.tsx
index c0874f7d5469818123ecb266c9096ee365ce97dc..4fb1d110ed1507ebb0863aa295a121b3713cb3a9 100644 (file)
@@ -57,8 +57,10 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
         textTransform: 'capitalize'
     },
     link: {
+        width: '60%',
         color: theme.palette.primary.main,
-        textDecoration: 'none'
+        textDecoration: 'none',
+        overflowWrap: 'break-word'
     }
 });