Skip to content

Commit

Permalink
fix(cell): fix the min width of the cell wrapper (#36)
Browse files Browse the repository at this point in the history
* fix(cell): fix the min width of the cell wrapper
  • Loading branch information
amen-souissi authored Mar 2, 2021
1 parent b880812 commit a976279
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@decathlon/react-table",
"version": "1.15.0",
"version": "1.15.1",
"description": "React components for efficiently rendering large tabular data",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/style/table/_cell.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
white-space: nowrap;
vertical-align: middle;
border-bottom: 1px solid rgba(236, 236, 236, 0.5) !important;
min-width: 100%;
}

.table-cell-sub-item-toggle {
Expand Down

0 comments on commit a976279

Please sign in to comment.