From 252449d48007e1abe9f043166b0c9121fe25065c Mon Sep 17 00:00:00 2001 From: aahan96 Date: Wed, 17 Aug 2016 11:15:47 -0500 Subject: [PATCH] [TableRowColumn] Tooltip visible with TableRowColumn --- src/Table/TableRowColumn.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Table/TableRowColumn.js b/src/Table/TableRowColumn.js index 46196320934107..6fc24ce6a38ffe 100644 --- a/src/Table/TableRowColumn.js +++ b/src/Table/TableRowColumn.js @@ -10,7 +10,6 @@ function getStyles(props, context) { height: tableRowColumn.height, textAlign: 'left', fontSize: 13, - overflow: 'hidden', whiteSpace: 'nowrap', textOverflow: 'ellipsis', },