Skip to content

Commit

Permalink
Fix: borders on data tables
Browse files Browse the repository at this point in the history
  • Loading branch information
fisharebest committed Nov 30, 2024
1 parent 8c00834 commit cf3e31a
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 51 deletions.
98 changes: 52 additions & 46 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"postcss-custom-properties": "14.0.4",
"postcss-image-inliner": "7.0.1",
"postcss-import": "16.1.0",
"postcss-rtlcss": "5.5.0",
"postcss-rtlcss": "5.5.1",
"resolve-url-loader": "5.0.0",
"sass": "1.81.0",
"sass-loader": "16.0.3"
Expand All @@ -39,7 +39,7 @@
"leaflet.markercluster": "1.5.3",
"moment": "2.30.1",
"pinch-zoom-element": "1.1.1",
"sortablejs": "1.15.3",
"sortablejs": "1.15.6",
"tom-select": "2.4.1",
"typeahead.js-bootstrap4-css": "1.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion public/css/vendor.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/vendor.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/css/_vendor-patches.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
}

/* Some themes set the global default to separate. We should change this. */
table.datatables {
table.dataTable {
border-collapse: collapse;
}

Expand Down

0 comments on commit cf3e31a

Please sign in to comment.