Skip to content

Commit

Permalink
fix(Table): index cell width
Browse files Browse the repository at this point in the history
  • Loading branch information
zouxuoz committed Aug 14, 2019
1 parent 68f68ab commit f84ce26
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/Table/TableBuilder.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class TableBuilder extends PureComponent<TableBulderProps> {
const gridColumns = [];

if (withSelection) {
gridColumns.push('80px');
gridColumns.push('72px');
}

for (let i = 0; i < columns.length; i++) {
Expand Down

0 comments on commit f84ce26

Please sign in to comment.