Skip to content

Commit

Permalink
Merge pull request #206 from HC200ok/feature/border-collapse
Browse files Browse the repository at this point in the history
Feature/border collapse
  • Loading branch information
HC200ok authored Jan 19, 2023
2 parents 0696698 + 6ac081a commit 666cca8
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
Expand Up @@ -3,7 +3,7 @@
"author": "HC200ok",
"description": "A customizable and easy-to-use data table component made with Vue.js 3.x.",
"private": false,
"version": "1.5.26",
"version": "1.5.27",
"types": "./types/main.d.ts",
"license": "MIT",
"files": [
Expand Down
1 change: 1 addition & 0 deletions src/scss/vue3-easy-data-table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
}

table {
border-collapse: initial;
display: table;
width: 100%;
border-spacing: 0;
Expand Down

0 comments on commit 666cca8

Please sign in to comment.