store - remove collection creator, modify modla for adding collection
[arvados-workbench2.git] / src / views-components / details-panel / details-panel.tsx
index 70c026d3d3385440dad0035ac6d657b2387c1f4e..21d57aea4831a306a4333c1135fd71b39d7db3a4 100644 (file)
@@ -48,7 +48,8 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
         fontSize: '2.125rem'
     },
     headerTitle: {
-        wordBreak: 'break-all'
+        overflowWrap: 'break-word',
+        wordWrap: 'break-word'
     },
     tabContainer: {
         padding: theme.spacing.unit * 3