Skip to content

Commit

Permalink
fix(Table): allow cell overflow style to be overridden
Browse files Browse the repository at this point in the history
fix #1423
  • Loading branch information
jedwards1211 committed Sep 19, 2019
1 parent a390b2a commit 8d9e5a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Table/Table.js
Expand Up @@ -394,8 +394,8 @@ export default class Table extends React.PureComponent {
);

this._cachedColumnStyles[index] = {
...flexStyles,
overflow: 'hidden',
...flexStyles,
};
});

Expand Down

0 comments on commit 8d9e5a8

Please sign in to comment.