diff --git a/CHANGELOG.md b/CHANGELOG.md index b5765f938..5d5b618d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,10 @@ This project adheres to [Semantic Versioning](http://semver.org/). [#567](https://github.com/plotly/dash-table/issues/567) - Add support for missing `border-radius` in style_** props -- Fix table's inner vs. outer container styling +- Fix table's inner vs. outer container styling + +[#18](https://github.com/plotly/dash-table/issues/18) +- Fix row selection vertical and horizontal alignment ## [4.2.0] - 2019-08-27 ### Added diff --git a/src/dash-table/derived/cell/operations.tsx b/src/dash-table/derived/cell/operations.tsx index 1d03e56fb..66eb09f78 100644 --- a/src/dash-table/derived/cell/operations.tsx +++ b/src/dash-table/derived/cell/operations.tsx @@ -37,10 +37,11 @@ function rowSelectCell(idx: number, rowSelectable: Selection, selectedRows: numb return ( {