X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/7db89c862386851d1f37e12a301aebbe92c5c6f1..e6039bec0497aa7e1391958e5c4f84bbaeef653e:/src/components/attribute/attribute.tsx diff --git a/src/components/attribute/attribute.tsx b/src/components/attribute/attribute.tsx index c0874f7d..4fb1d110 100644 --- a/src/components/attribute/attribute.tsx +++ b/src/components/attribute/attribute.tsx @@ -57,8 +57,10 @@ const styles: StyleRulesCallback = (theme: ArvadosTheme) => ({ textTransform: 'capitalize' }, link: { + width: '60%', color: theme.palette.primary.main, - textDecoration: 'none' + textDecoration: 'none', + overflowWrap: 'break-word' } });