Skip to content

Commit

Permalink
Merge pull request #5378 from lucasbento/revert-table-overflow-hidden…
Browse files Browse the repository at this point in the history
…-prop

Revert "[TableRowColumn] Tooltip visible with TableRowColumn"
  • Loading branch information
Lucas Bento authored Oct 12, 2016
2 parents 298e72c + f74eb2c commit 93d83c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Table/TableRowColumn.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ function getStyles(props, context) {
height: tableRowColumn.height,
textAlign: 'left',
fontSize: 13,
overflow: 'hidden',
whiteSpace: 'nowrap',
textOverflow: 'ellipsis',
},
Expand Down

0 comments on commit 93d83c8

Please sign in to comment.