@sumaris-net/ngx-components 2.7.3-rc11 → 2.7.3-rc12

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": "2.7.3-rc11",
4
+ "version": "2.7.3-rc12",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -107,7 +107,7 @@
107
107
  }
108
108
 
109
109
  /* Add a start padding to content (but not the cell itself) (e.g. tables with odd/event style - like BatchGroupsTable) */
110
- &.mat-cell-content-start-padding {
110
+ &.mat-mdc-cell-content-start-padding {
111
111
 
112
112
  // Reset start padding here (only apply cell's content)
113
113
  padding-inline-start: 0;