Skip to content

Commit

Permalink
[Table] Don't set height to tbody (#7484)
Browse files Browse the repository at this point in the history
* [Table] Don't set height to tbody

fixes #5721. Since the height of the table component is already set elsewhere
it is no longer necessary to set it the tbody tag.

* Update Table.js
  • Loading branch information
chowdream committed Jul 20, 2017
1 parent 5711c95 commit 3a8a378
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Table/Table.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ class Table extends Component {
onRowHoverExit: this.onRowHoverExit,
onRowSelection: this.onRowSelection,
selectable: this.props.selectable,
style: Object.assign({height: this.props.height}, base.props.style),
}
);
}
Expand Down

0 comments on commit 3a8a378

Please sign in to comment.