tooltips + data-table-width-small-fix
[arvados-workbench2.git] / src / components / data-table / data-table.tsx
index 0b3819ac8072698058185a8c67c82264921eda96..65531a5b5543d1e95a0fb49f22514b96d53f49d8 100644 (file)
@@ -31,6 +31,7 @@ const styles: StyleRulesCallback<CssRules> = (theme: Theme) => ({
     },
     content: {
         display: 'inline-block',
+        width: '100%'
     },
     tableBody: {
         background: theme.palette.background.paper