@ng-matero/extensions 16.1.2 → 16.1.3

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/grid/cell.scss CHANGED
@@ -1,6 +1,7 @@
1
1
  .mtx-grid-img {
2
- display: block;
2
+ display: inline-block;
3
3
  width: 32px;
4
4
  border-radius: 4px;
5
+ vertical-align: middle;
5
6
  cursor: pointer;
6
7
  }
package/grid/grid.scss CHANGED
@@ -107,7 +107,7 @@
107
107
  }
108
108
 
109
109
  .mat-header-cell-inner {
110
- display: flex;
110
+ display: inline-flex;
111
111
  align-items: center;
112
112
  }
113
113
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ng-matero/extensions",
3
- "version": "16.1.2",
3
+ "version": "16.1.3",
4
4
  "description": "Angular Material Extensions",
5
5
  "publishConfig": {
6
6
  "access": "public"