@sumaris-net/ngx-components 0.13.3 → 0.13.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sumaris-net/ngx-components",
3
3
  "description": "SUMARiS Angular components",
4
- "version": "0.13.3",
4
+ "version": "0.13.4",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -460,6 +460,7 @@ ion-list {
460
460
 
461
461
  .mat-table {
462
462
  min-width: 100%;
463
+ border-collapse: separate;
463
464
  --mat-cell-vertical-padding: $app-table-cell-vertical-padding;
464
465
 
465
466
  .mat-header-cell {